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