Uses of Class
org.relaxng.datatype.DatatypeException
Packages that use DatatypeException
-
Uses of DatatypeException in org.relaxng.datatype
Methods in org.relaxng.datatype that throw DatatypeExceptionModifier and TypeMethodDescriptionvoidDatatypeBuilder.addParameter(String name, String strValue, ValidationContext context) Adds a new parameter.voidDatatype.checkValid(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.DatatypeBuilder.createDatatype()Derives a new Datatype from a Datatype by parameters that were already set through the addParameter method.DatatypeLibrary.createDatatype(String typeLocalName) Gets or creates a pre-defined type.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 DatatypeExceptionModifier and TypeMethodDescriptionvoidParameterlessDatatypeBuilder.addParameter(String name, String strValue, ValidationContext context) voidStreamingValidatorImpl.checkValid()ParameterlessDatatypeBuilder.createDatatype()