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 TypeMethodDescriptionvoid
DatatypeBuilder.addParameter
(String name, String strValue, ValidationContext context) Adds a new parameter.void
Datatype.checkValid
(String literal, ValidationContext context) Similar to the isValid method but throws an exception with diagnosis in case of errors.void
DatatypeStreamingValidator.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 TypeMethodDescriptionvoid
ParameterlessDatatypeBuilder.addParameter
(String name, String strValue, ValidationContext context) void
StreamingValidatorImpl.checkValid()
ParameterlessDatatypeBuilder.createDatatype()