com.virtualweaver.xotics.datamodel.datatype
Class XsdToken

java.lang.Object
  extended bycom.virtualweaver.xotics.datamodel.datatype.XsdAnySimpleType
      extended bycom.virtualweaver.xotics.datamodel.datatype.XsdString
          extended bycom.virtualweaver.xotics.datamodel.datatype.XsdNormalizedString
              extended bycom.virtualweaver.xotics.datamodel.datatype.XsdToken
All Implemented Interfaces:
java.lang.Cloneable, XoDataType, XsdDataType
Direct Known Subclasses:
XsdName, XsdNCName, XsdNMToken

public class XsdToken
extends XsdNormalizedString


Field Summary
static java.lang.String NAME
           
 
Fields inherited from class com.virtualweaver.xotics.datamodel.datatype.XsdAnySimpleType
support, value
 
Fields inherited from interface com.virtualweaver.xotics.datamodel.datatype.XsdDataType
XSD_NS_REF
 
Constructor Summary
XsdToken(java.lang.String v)
          Creates a new instance of XdtNormalizedString
 
Method Summary
 java.lang.Object clone()
           
static java.lang.Object createValue(java.lang.String strv)
           
 java.lang.String getLocalName()
          Returns the local name of the datatype. this method is used to identify any XSD datatype by a string, i.e. for instanciation in XPath requests.
static int getMinLength()
           
static byte getWhiteSpace()
           
 
Methods inherited from class com.virtualweaver.xotics.datamodel.datatype.XsdString
getJavaTypeClass, getMaxLength
 
Methods inherited from class com.virtualweaver.xotics.datamodel.datatype.XsdAnySimpleType
equals, getAsString, getFractionDigit, getJavaTypeValue, getLength, getMaxExclusive, getMaxInclusive, getMinExclusive, getMinInclusive, getNameSpace, getPattern, getTotalDigit, matchFractionDigit, matchLength, matchMaxExclusive, matchMaxInclusive, matchMaxLength, matchMinExclusive, matchMinInclusive, matchMinLength, matchPattern, matchTotalDigit, toString, whiteSpace
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static java.lang.String NAME
Constructor Detail

XsdToken

public XsdToken(java.lang.String v)
         throws java.lang.IllegalArgumentException
Creates a new instance of XdtNormalizedString

Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class XsdNormalizedString

createValue

public static java.lang.Object createValue(java.lang.String strv)
                                    throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

getWhiteSpace

public static byte getWhiteSpace()

getMinLength

public static int getMinLength()

getLocalName

public java.lang.String getLocalName()
Description copied from interface: XsdDataType
Returns the local name of the datatype. this method is used to identify any XSD datatype by a string, i.e. for instanciation in XPath requests.

Specified by:
getLocalName in interface XsdDataType
Overrides:
getLocalName in class XsdNormalizedString