public interface DataTypeVocabulary
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(String localTypeName)
resolves a type name to Datatype object.
|
State createTopLevelReaderState(StartTagInfo tag)
org.relaxng.datatype.Datatype getType(String localTypeName) throws org.relaxng.datatype.DatatypeException
localTypeName
- local part of the qualified name, like "string" or "integer".
prefix part must be removed by the caller.org.relaxng.datatype.DatatypeException
- if the specified type name is a valid type name.Copyright © 2016 Oracle Corporation. All rights reserved.