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)
DataTypeVocabularycreateTopLevelReaderState in interface DataTypeVocabularypublic org.relaxng.datatype.Datatype getType(java.lang.String localTypeName)
DataTypeVocabularygetType in interface DataTypeVocabularylocalTypeName - local part of the qualified name, like "string" or "integer".
prefix part must be removed by the caller.