Package org.eclipse.wst.xml.xpath2.processor.internal.types
public class XSToken extends org.eclipse.wst.xml.xpath2.processor.internal.types.XSNormalizedStringA representation of the xs:token datatype
Constructor Summary |
XSToken(java.lang.String x) |
XSToken() |
Method Summary | |
public org.eclipse.wst.xml.xpath2.api.ResultSequence | constructor(org.eclipse.wst.xml.xpath2.api.ResultSequence arg) Creates a new ResultSequence consisting of the extractable String in the supplied ResultSequence |
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition | getTypeDefinition() |
protected boolean | isSatisfiesConstraints(java.lang.String srcString) |
public java.lang.String | string_type() Retrieves the datatype's full pathname |
public java.lang.String | type_name() Retrieves the datatype's name |
Constructor Detail |
public XSToken(java.lang.String x)
Initialises using the supplied String
public XSToken()
Initialises to null
Methods Detail |
public org.eclipse.wst.xml.xpath2.api.ResultSequence constructor(org.eclipse.wst.xml.xpath2.api.ResultSequence arg)
Creates a new ResultSequence consisting of the extractable String in the supplied ResultSequence
arg
- The ResultSequence from which to extract the String
org.eclipse.wst.xml.xpath2.api.ResultSequence
- New ResultSequence consisting of the supplied String
org.eclipse.wst.xml.xpath2.processor.DynamicError
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition getTypeDefinition()
org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition
protected boolean isSatisfiesConstraints(java.lang.String srcString)
srcString
boolean
public java.lang.String string_type()
Retrieves the datatype's full pathname
java.lang.String
- "xs:token" which is the datatype's full pathname
public java.lang.String type_name()
Retrieves the datatype's name
java.lang.String
- "token" which is the datatype's name