Package org.eclipse.wst.xml.xpath2.processor.internal.types
public class XSUntypedAtomic extends org.eclipse.wst.xml.xpath2.processor.internal.types.CtrTypeA representation of the UntypedAtomic datatype which is used to represent untyped atomic nodes.
Constructor Summary |
XSUntypedAtomic() |
XSUntypedAtomic(java.lang.String x) |
Method Summary | |
public org.eclipse.wst.xml.xpath2.api.ResultSequence | constructor(org.eclipse.wst.xml.xpath2.api.ResultSequence arg) |
public java.lang.Object | getNativeValue() |
public java.lang.String | getStringValue() Retrieves a String representation of the value of this untyped atomic node |
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition | getTypeDefinition() |
public java.lang.String | string_type() Retrieves the datatype's full pathname |
public java.lang.String | type_name() |
Constructor Detail |
public XSUntypedAtomic()
public XSUntypedAtomic(java.lang.String x)
Initialises using the supplied String
Methods Detail |
public org.eclipse.wst.xml.xpath2.api.ResultSequence constructor(org.eclipse.wst.xml.xpath2.api.ResultSequence arg)
arg
org.eclipse.wst.xml.xpath2.api.ResultSequence
org.eclipse.wst.xml.xpath2.processor.DynamicError
public java.lang.Object getNativeValue()
java.lang.Object
public java.lang.String getStringValue()
Retrieves a String representation of the value of this untyped atomic node
java.lang.String
- String representation of the value of this untyped atomic node
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition getTypeDefinition()
org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition
public java.lang.String string_type()
Retrieves the datatype's full pathname
java.lang.String
- "xs:untypedAtomic" which is the datatype's full pathname
public java.lang.String type_name()
java.lang.String