org.ucl.xpath.types
Class AnyAtomicType

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

public abstract class AnyAtomicType
extends AnySimpleType

Common base for every atomic type


Constructor Summary
AnyAtomicType()
           
 
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

AnyAtomicType

public AnyAtomicType()