Uses of Class
org.relaxng.datatype.DatatypeException
-
Packages that use DatatypeException Package Description org.relaxng.datatype org.relaxng.datatype.helpers -
-
Uses of DatatypeException in org.relaxng.datatype
Methods in org.relaxng.datatype that throw DatatypeException Modifier and Type Method Description voidDatatypeBuilder. addParameter(java.lang.String name, java.lang.String strValue, ValidationContext context)Adds a new parameter.voidDatatype. checkValid(java.lang.String literal, ValidationContext context)Similar to the isValid method but throws an exception with diagnosis in case of errors.voidDatatypeStreamingValidator. checkValid()Similar to the isValid method, but this method throws Exception (with possibly diagnostic information), instead of returning false.DatatypeDatatypeBuilder. createDatatype()Derives a new Datatype from a Datatype by parameters that were already set through the addParameter method.DatatypeDatatypeLibrary. createDatatype(java.lang.String typeLocalName)Gets or creates a pre-defined type.DatatypeBuilderDatatypeLibrary. createDatatypeBuilder(java.lang.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 Modifier and Type Method Description voidParameterlessDatatypeBuilder. addParameter(java.lang.String name, java.lang.String strValue, ValidationContext context)voidStreamingValidatorImpl. checkValid()DatatypeParameterlessDatatypeBuilder. createDatatype()
-