Class Token
java.lang.Object
edu.sc.seis.sod.validator.model.datatype.Token
- All Implemented Interfaces:
ModelDatatype
,org.relaxng.datatype.Datatype
-
Field Summary
Fields inherited from interface org.relaxng.datatype.Datatype
ID_TYPE_ID, ID_TYPE_IDREF, ID_TYPE_IDREFS, ID_TYPE_NULL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkValid
(String p1, org.relaxng.datatype.ValidationContext p2) org.relaxng.datatype.DatatypeStreamingValidator
createStreamingValidator
(org.relaxng.datatype.ValidationContext p1) createValue
(String p1, org.relaxng.datatype.ValidationContext p2) boolean
int
int
hashCode()
boolean
boolean
boolean
toString()
int
valueHashCode
(Object p1)
-
Constructor Details
-
Token
public Token()
-
-
Method Details
-
isValid
- Specified by:
isValid
in interfaceorg.relaxng.datatype.Datatype
-
checkValid
public void checkValid(String p1, org.relaxng.datatype.ValidationContext p2) throws org.relaxng.datatype.DatatypeException - Specified by:
checkValid
in interfaceorg.relaxng.datatype.Datatype
- Throws:
org.relaxng.datatype.DatatypeException
-
createStreamingValidator
public org.relaxng.datatype.DatatypeStreamingValidator createStreamingValidator(org.relaxng.datatype.ValidationContext p1) - Specified by:
createStreamingValidator
in interfaceorg.relaxng.datatype.Datatype
-
createValue
- Specified by:
createValue
in interfaceorg.relaxng.datatype.Datatype
-
sameValue
- Specified by:
sameValue
in interfaceorg.relaxng.datatype.Datatype
-
valueHashCode
- Specified by:
valueHashCode
in interfaceorg.relaxng.datatype.Datatype
-
getIdType
public int getIdType()- Specified by:
getIdType
in interfaceorg.relaxng.datatype.Datatype
-
isContextDependent
public boolean isContextDependent()- Specified by:
isContextDependent
in interfaceorg.relaxng.datatype.Datatype
-
getDescription
- Specified by:
getDescription
in interfaceModelDatatype
-
equals
-
hashCode
public int hashCode() -
toString
-
getExampleValue
- Specified by:
getExampleValue
in interfaceModelDatatype
-