Uses of Class
org.codehaus.stax2.validation.XMLValidationException

Packages that use XMLValidationException
com.ctc.wstx.dtd   
com.ctc.wstx.exc   
org.codehaus.stax2.validation   
 

Uses of XMLValidationException in com.ctc.wstx.dtd
 

Methods in com.ctc.wstx.dtd that throw XMLValidationException
 String DTDCdataAttr.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
 class WstxValidationException
          Specific 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
static XMLValidationException XMLValidationException.createException(XMLValidationProblem cause)
           
 XMLValidationException XMLValidationProblem.toException()
          Convenience method for constructing a XMLValidationException to throw based on information contained in this object.
 

Methods in org.codehaus.stax2.validation that throw XMLValidationException
 void ValidationProblemHandler.reportProblem(XMLValidationProblem problem)
          Method called by validator, when a validation problem is encountered.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.