Uses of Class
org.codehaus.stax2.validation.XMLValidationProblem
-
Packages that use XMLValidationProblem Package Description com.ctc.wstx.exc Package that contains all exceptions Woodstox readers and writers throw.com.ctc.wstx.sr This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such.com.ctc.wstx.sw org.codehaus.stax2 org.codehaus.stax2.validation -
-
Uses of XMLValidationProblem in com.ctc.wstx.exc
Methods in com.ctc.wstx.exc with parameters of type XMLValidationProblem Modifier and Type Method Description static WstxValidationExceptionWstxValidationException. create(XMLValidationProblem cause)Constructors in com.ctc.wstx.exc with parameters of type XMLValidationProblem Constructor Description WstxValidationException(XMLValidationProblem cause, String msg)WstxValidationException(XMLValidationProblem cause, String msg, Location loc) -
Uses of XMLValidationProblem in com.ctc.wstx.sr
Methods in com.ctc.wstx.sr with parameters of type XMLValidationProblem Modifier and Type Method Description protected voidStreamScanner. _reportProblem(XMLReporter rep, XMLValidationProblem prob)voidInputElementStack. reportProblem(XMLValidationProblem problem)voidInputProblemReporter. reportValidationProblem(XMLValidationProblem prob)voidStreamScanner. reportValidationProblem(XMLValidationProblem prob)Note: this is the base implementation used for implementingValidationContextvoidValidatingStreamReader. reportValidationProblem(XMLValidationProblem prob)If there is an error handler established, call it. -
Uses of XMLValidationProblem in com.ctc.wstx.sw
Methods in com.ctc.wstx.sw with parameters of type XMLValidationProblem Modifier and Type Method Description protected voidBaseStreamWriter. doReportProblem(XMLReporter rep, XMLValidationProblem prob)voidBaseStreamWriter. reportProblem(XMLValidationProblem prob) -
Uses of XMLValidationProblem in org.codehaus.stax2
Methods in org.codehaus.stax2 with parameters of type XMLValidationProblem Modifier and Type Method Description voidXMLReporter2. report(XMLValidationProblem problem)Reporting method called with reference to object that defines exact problem being encountered. -
Uses of XMLValidationProblem in org.codehaus.stax2.validation
Fields in org.codehaus.stax2.validation declared as XMLValidationProblem Modifier and Type Field Description protected XMLValidationProblemXMLValidationException. mCauseMethods in org.codehaus.stax2.validation that return XMLValidationProblem Modifier and Type Method Description XMLValidationProblemXMLValidationException. getValidationProblem()Methods in org.codehaus.stax2.validation with parameters of type XMLValidationProblem Modifier and Type Method Description static XMLValidationExceptionXMLValidationException. createException(XMLValidationProblem cause)voidValidationContext. reportProblem(XMLValidationProblem problem)Method called by the validator, upon encountering a validation problem.voidValidationProblemHandler. reportProblem(XMLValidationProblem problem)Method called by validator, when a validation problem is encountered.Constructors in org.codehaus.stax2.validation with parameters of type XMLValidationProblem Constructor Description XMLValidationException(XMLValidationProblem cause)XMLValidationException(XMLValidationProblem cause, String msg)XMLValidationException(XMLValidationProblem cause, String msg, Location loc)
-