private static class TREXGrammarReader.UndefinedDataTypeVocabulary extends java.lang.Object implements DataTypeVocabulary
Modifier | Constructor and Description |
---|---|
private |
UndefinedDataTypeVocabulary() |
Modifier and Type | Method and Description |
---|---|
State |
createTopLevelReaderState(StartTagInfo tag)
creates a State object that will parse the element specified
by tag parameter.
|
org.relaxng.datatype.Datatype |
getType(java.lang.String localTypeName)
resolves a type name to Datatype object.
|
public State createTopLevelReaderState(StartTagInfo tag)
DataTypeVocabulary
createTopLevelReaderState
in interface DataTypeVocabulary
public org.relaxng.datatype.Datatype getType(java.lang.String localTypeName)
DataTypeVocabulary
getType
in interface DataTypeVocabulary
localTypeName
- local part of the qualified name, like "string" or "integer".
prefix part must be removed by the caller.