org.ucl.xpath.types
Class UntypedAtomic

java.lang.Object
  extended byorg.ucl.xpath.types.AnyType
      extended byorg.ucl.xpath.types.AnySimpleType
          extended byorg.ucl.xpath.types.AnyAtomicType
              extended byorg.ucl.xpath.types.UntypedAtomic

public class UntypedAtomic
extends AnyAtomicType

A representation of the UntypedAtomic datatype which is used to represent untyped atomic nodes.


Constructor Summary
UntypedAtomic(java.lang.String x)
          Initialises using the supplied String
 
Method Summary
 java.lang.String string_type()
          Retrieves the datatype's full pathname
 java.lang.String string_value()
          Retrieves a String representation of the value of this untyped atomic node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UntypedAtomic

public UntypedAtomic(java.lang.String x)
Initialises using the supplied String

Parameters:
x - The String representation of the value of the untyped atomic node
Method Detail

string_type

public java.lang.String string_type()
Retrieves the datatype's full pathname

Specified by:
string_type in class AnyType
Returns:
"xdt:untypedAtomic" which is the datatype's full pathname

string_value

public java.lang.String string_value()
Retrieves a String representation of the value of this untyped atomic node

Specified by:
string_value in class AnyType
Returns:
String representation of the value of this untyped atomic node