RelaxNG datatype library 2011.1-redhat-6

Uses of Class
org.relaxng.datatype.DatatypeException

Packages that use DatatypeException
org.relaxng.datatype   
org.relaxng.datatype.helpers   
 

Uses of DatatypeException in org.relaxng.datatype
 

Methods in org.relaxng.datatype that throw DatatypeException
 void DatatypeBuilder.addParameter(String name, String strValue, ValidationContext context)
          Adds a new parameter.
 void DatatypeStreamingValidator.checkValid()
          Similar to the isValid method, but this method throws Exception (with possibly diagnostic information), instead of returning false.
 void Datatype.checkValid(String literal, ValidationContext context)
          Similar to the isValid method but throws an exception with diagnosis in case of errors.
 Datatype DatatypeBuilder.createDatatype()
          Derives a new Datatype from a Datatype by parameters that were already set through the addParameter method.
 Datatype DatatypeLibrary.createDatatype(String typeLocalName)
          Gets or creates a pre-defined type.
 DatatypeBuilder DatatypeLibrary.createDatatypeBuilder(String baseTypeLocalName)
          Creates a new instance of DatatypeBuilder.
 

Uses of DatatypeException in org.relaxng.datatype.helpers
 

Methods in org.relaxng.datatype.helpers that throw DatatypeException
 void ParameterlessDatatypeBuilder.addParameter(String name, String strValue, ValidationContext context)
           
 void StreamingValidatorImpl.checkValid()
           
 Datatype ParameterlessDatatypeBuilder.createDatatype()
           
 


RelaxNG datatype library 2011.1-redhat-6

relaxng datatype