org.ucl.xpath.types
Class AnySimpleType

java.lang.Object
  extended byorg.ucl.xpath.types.AnyType
      extended byorg.ucl.xpath.types.AnySimpleType
Direct Known Subclasses:
AnyAtomicType

public abstract class AnySimpleType
extends AnyType

Common base for every simple type


Constructor Summary
AnySimpleType()
           
 
Methods inherited from class org.ucl.xpath.types.AnyType
string_type, string_value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnySimpleType

public AnySimpleType()