org.relaxng.datatype |
|
Java Source File Name | Type | Comment |
Datatype.java | Interface | Datatype object.
This object has the following functionality:
- functionality to identify a class of character sequences.
|
DatatypeBuilder.java | Interface | Creates a user-defined type by adding parameters to
the pre-defined type. |
DatatypeException.java | Class | Signals Datatype related exceptions. |
DatatypeLibrary.java | Interface | |
DatatypeLibraryFactory.java | Interface | Factory class for the DatatypeLibrary class. |
DatatypeStreamingValidator.java | Interface | Datatype streaming validator.
The streaming validator is an optional feature that is useful for
certain Datatypes. |
ValidationContext.java | Interface | An interface that must be implemented by caller to
provide context information that is necessary to
perform validation of some Datatypes. |