A C D G I O P R S U V

A

addCharacters(char[], int, int) - Method in interface org.relaxng.datatype.DatatypeStreamingValidator
let a streaming validator process additional literal fragment.
addCharacters(char[], int, int) - Method in class org.relaxng.datatype.helpers.StreamingValidatorImpl
 
addParameter(String, String, ValidationContext) - Method in interface org.relaxng.datatype.DatatypeBuilder
adds a new parameter.
addParameter(String, String, ValidationContext) - Method in class org.relaxng.datatype.helpers.ParameterlessDatatypeBuilder
 

C

checkValid() - Method in interface org.relaxng.datatype.DatatypeStreamingValidator
similar to the isValid method, but this method throws Exception (with possibly diagnostic information), instead of returning false.
checkValid() - Method in class org.relaxng.datatype.helpers.StreamingValidatorImpl
 
checkValid(String, ValidationContext) - Method in interface org.relaxng.datatype.Datatype
similar to the isValid method but throws an exception with diagnosis in case of errors.
createDatatype() - Method in interface org.relaxng.datatype.DatatypeBuilder
derives a new Datatype from a Datatype by parameters that were already set through the addParameter method.
createDatatype() - Method in class org.relaxng.datatype.helpers.ParameterlessDatatypeBuilder
 
createDatatype(String) - Method in interface org.relaxng.datatype.DatatypeLibrary
gets or creates a pre-defined type.
createDatatypeBuilder(String) - Method in interface org.relaxng.datatype.DatatypeLibrary
creates a new instance of DatatypeBuilder.
createDatatypeLibrary(String) - Method in interface org.relaxng.datatype.DatatypeLibraryFactory
creates a new instance of a DatatypeLibrary that supports the specified namespace URI.
createStreamingValidator(ValidationContext) - Method in interface org.relaxng.datatype.Datatype
creates an instance of the streaming validator for this type.
createValue(String, ValidationContext) - Method in interface org.relaxng.datatype.Datatype
converts lexcial value and the current context to the corresponding value object.

D

Datatype - interface org.relaxng.datatype.Datatype.
Datatype object.
DatatypeBuilder - interface org.relaxng.datatype.DatatypeBuilder.
creates an user-defined type by adding parameters to the pre-defined type.
DatatypeException - exception org.relaxng.datatype.DatatypeException.
signals Datatype related exceptions.
DatatypeException() - Constructor for class org.relaxng.datatype.DatatypeException
a constructor for those datatype libraries which don't support any diagnostic information at all.
DatatypeException(int, String) - Constructor for class org.relaxng.datatype.DatatypeException
 
DatatypeException(String) - Constructor for class org.relaxng.datatype.DatatypeException
 
DatatypeLibrary - interface org.relaxng.datatype.DatatypeLibrary.
A Datatype library
DatatypeLibraryFactory - interface org.relaxng.datatype.DatatypeLibraryFactory.
factory class for the DatatypeLibrary class.
DatatypeStreamingValidator - interface org.relaxng.datatype.DatatypeStreamingValidator.
Datatype streaming validator.

G

getIndex() - Method in class org.relaxng.datatype.DatatypeException
gets the index of the content where the error occured.

I

isNotation(String) - Method in interface org.relaxng.datatype.ValidationContext
checks if a notation is declared with the specified name.
isUnparsedEntity(String) - Method in interface org.relaxng.datatype.ValidationContext
checks if an unparsed entity is declared with the specified name.
isValid() - Method in interface org.relaxng.datatype.DatatypeStreamingValidator
gets if the accumulated literal is valid with respect to the underlying Datatype.
isValid() - Method in class org.relaxng.datatype.helpers.StreamingValidatorImpl
 
isValid(String, ValidationContext) - Method in interface org.relaxng.datatype.Datatype
checks if the specified 'literal' matchs this Datatype under the current context.

O

org.relaxng.datatype - package org.relaxng.datatype
 
org.relaxng.datatype.helpers - package org.relaxng.datatype.helpers
 

P

ParameterlessDatatypeBuilder - class org.relaxng.datatype.helpers.ParameterlessDatatypeBuilder.
Dummy implementation of DatatypeBuilder.
ParameterlessDatatypeBuilder(Datatype) - Constructor for class org.relaxng.datatype.helpers.ParameterlessDatatypeBuilder
 

R

resolveNamespacePrefix(String) - Method in interface org.relaxng.datatype.ValidationContext
resolves a namespace prefix to the corresponding namespace URI.

S

sameValue(Object, Object) - Method in interface org.relaxng.datatype.Datatype
tests the equality of two value objects which was originally created by the createValue method of this object.
StreamingValidatorImpl - class org.relaxng.datatype.helpers.StreamingValidatorImpl.
Dummy implementation of DatatypeStreamingValidator.
StreamingValidatorImpl(Datatype, ValidationContext) - Constructor for class org.relaxng.datatype.helpers.StreamingValidatorImpl
 

U

UNKNOWN - Static variable in class org.relaxng.datatype.DatatypeException
 

V

ValidationContext - interface org.relaxng.datatype.ValidationContext.
an interface that must be implemented by caller to provide context information that is necessary to perform validation of some Datatypes.
valueHashCode(Object) - Method in interface org.relaxng.datatype.Datatype
computes the hash code for a value object, which is consistent with the sameValue method.

A C D G I O P R S U V