Package org.eclipse.wst.xml.xpath2.processor.internal.types
public class XSNMTOKEN extends org.eclipse.wst.xml.xpath2.processor.internal.types.XSTokenA representation of the NMTOKEN datatype
Constructor Summary |
XSNMTOKEN(java.lang.String x) |
XSNMTOKEN() |
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 NMTOKEN within the supplied ResultSequence |
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() Retrieves the datatype's name |
Constructor Detail |
public XSNMTOKEN(java.lang.String x)
Initialises using the supplied String
public XSNMTOKEN()
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 NMTOKEN within the supplied ResultSequence
arg
- The ResultSequence from which to extract the NMTOKEN
org.eclipse.wst.xml.xpath2.api.ResultSequence
- New ResultSequence consisting of the NMTOKEN supplied
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
public java.lang.String string_type()
Retrieves the datatype's full pathname
java.lang.String
- "xs:NMTOKEN" which is the datatype's full pathname
public java.lang.String type_name()
Retrieves the datatype's name
java.lang.String
- "NMTOKEN" which is the datatype's name