Uses of Class
org.codehaus.stax2.validation.XMLValidationException
-
Packages that use XMLValidationException Package Description com.ctc.wstx.dtd Package that contains Woodstox classes that implement DTD handling.com.ctc.wstx.exc Package that contains all exceptions Woodstox readers and writers throw.org.codehaus.stax2.validation -
-
Uses of XMLValidationException in com.ctc.wstx.dtd
Methods in com.ctc.wstx.dtd that throw XMLValidationException Modifier and Type Method Description StringDTDCdataAttr. validate(DTDValidatorBase v, char[] cbuf, int start, int end, boolean normalize) -
Uses of XMLValidationException in com.ctc.wstx.exc
Subclasses of XMLValidationException in com.ctc.wstx.exc Modifier and Type Class Description classWstxValidationExceptionSpecific exception thrown when document has validation (DTD, W3C Schema) errors; things that are not well-formedness problems. -
Uses of XMLValidationException in org.codehaus.stax2.validation
Methods in org.codehaus.stax2.validation that return XMLValidationException Modifier and Type Method Description static XMLValidationExceptionXMLValidationException. createException(XMLValidationProblem cause)XMLValidationExceptionXMLValidationProblem. toException()Convenience method for constructing aXMLValidationExceptionto throw based on information contained in this object.Methods in org.codehaus.stax2.validation that throw XMLValidationException Modifier and Type Method Description voidValidationProblemHandler. reportProblem(XMLValidationProblem problem)Method called by validator, when a validation problem is encountered.
-