Package org.eclipse.wst.xml.xpath2.processor.internal.types


org.eclipse.wst.xml.xpath2.processor.internal.types
Class XSNMTOKEN



public class XSNMTOKEN
extends org.eclipse.wst.xml.xpath2.processor.internal.types.XSToken
A representation of the NMTOKEN datatype

Constructor Summary

XSNMTOKEN(java.lang.String x)
XSNMTOKEN()

Method Summary

public org.eclipse.wst.xml.xpath2.api.ResultSequenceconstructor(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.TypeDefinitiongetTypeDefinition()
    
public java.lang.Stringstring_type()
     Retrieves the datatype's full pathname
public java.lang.Stringtype_name()
     Retrieves the datatype's name

Constructor Detail

XSNMTOKEN

public XSNMTOKEN(java.lang.String x)

Initialises using the supplied String


XSNMTOKEN

public XSNMTOKEN()

Initialises to null


Methods Detail

constructor

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

Parameters

arg - The ResultSequence from which to extract the NMTOKEN

Returns

org.eclipse.wst.xml.xpath2.api.ResultSequence - New ResultSequence consisting of the NMTOKEN supplied

Throws:

org.eclipse.wst.xml.xpath2.processor.DynamicError


getTypeDefinition

public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition getTypeDefinition()

Returns

org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition


string_type

public java.lang.String string_type()

Retrieves the datatype's full pathname

Returns

java.lang.String - "xs:NMTOKEN" which is the datatype's full pathname


type_name

public java.lang.String type_name()

Retrieves the datatype's name

Returns

java.lang.String - "NMTOKEN" which is the datatype's name