Package relaxngcc.datatype
Class DatatypeLibrary
java.lang.Object
relaxngcc.datatype.DatatypeLibrary
Represents a RELAX NG datatype library
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Method Summary
Modifier and TypeMethodDescriptiongetDatatype
(String name) Returns the datatype object by its name.
-
Method Details
-
getNamespaceUri
-
getDatatype
Returns the datatype object by its name. If the definition of the datatype is not given, this method returns Datatype.NOOP.- Returns:
- always return a non-null valid object.
-