API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
org.relaxng.datatype.
DatatypeLibrary
View Source
Author(s)
James Clark
Kohsuke KAWAGUCHI
Since
Version
Serial
Hierarchy
DatatypeLibrary
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface DatatypeLibrary
A Datatype library
See also:
Methods
Hide/Show inherited methods
public
Datatype
createDatatype
(
String
typeLocalName) throws
DatatypeException
Gets or creates a pre-defined type.
Gets or creates a pre-defined type.
This is just a short-cut of
createDatatypeBuilder(typeLocalName).createDatatype();
The callee should throw a DatatypeException in case of an error.
Returns:
A non-null valid datatype object.
public
DatatypeBuilder
createDatatypeBuilder
(
String
baseTypeLocalName) throws
DatatypeException
Creates a new instance of DatatypeBuilder.
Creates a new instance of DatatypeBuilder.
The callee should throw a DatatypeException in case of an error.
Returns:
A non-null valid datatype object.
Parameters:
-
baseTypeLocalName
- The local name of the base type.
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar