public interface XSDatatypeResolver
This interface has to be implemented by the GrammarReader if that GrammarReader uses this package.
Modifier and Type | Method and Description |
---|---|
XSDatatypeExp |
resolveXSDatatype(String datatypeName) |
XSDatatypeExp resolveXSDatatype(String datatypeName)
datatypeName
- The type of this value varies in the schema language.
In XML Schema, for example, in which QNames are used
to designate datatypes, this parameter will be QName.
In RELAX Core, in which the same syntax is used but
NCName is used to designate datatypes. So this parameter
will be NCName.Copyright © 2016 Oracle Corporation. All rights reserved.