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

Packages that use XMLValidationProblem
com.ctc.wstx.exc   
com.ctc.wstx.msv   
com.ctc.wstx.sr   
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
static WstxValidationException WstxValidationException.create(XMLValidationProblem cause)
           
 

Constructors in com.ctc.wstx.exc with parameters of type XMLValidationProblem
WstxValidationException(XMLValidationProblem cause, String msg)
           
WstxValidationException(XMLValidationProblem cause, String msg, Location loc)
           
 

Uses of XMLValidationProblem in com.ctc.wstx.msv
 

Fields in com.ctc.wstx.msv declared as XMLValidationProblem
protected  XMLValidationProblem GenericMsvValidator.mProblem
          Sometimes a problem object has to be temporarily stored, and only reported later on.
 

Uses of XMLValidationProblem in com.ctc.wstx.sr
 

Methods in com.ctc.wstx.sr with parameters of type XMLValidationProblem
protected  void StreamScanner._reportProblem(XMLReporter rep, XMLValidationProblem prob)
           
 void InputElementStack.reportProblem(XMLValidationProblem problem)
           
 void InputProblemReporter.reportValidationProblem(XMLValidationProblem prob)
           
 void StreamScanner.reportValidationProblem(XMLValidationProblem prob)
           Note: this is the base implementation used for implementing ValidationContext
 void ValidatingStreamReader.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
protected  void BaseStreamWriter.doReportProblem(XMLReporter rep, XMLValidationProblem prob)
           
 void BaseStreamWriter.reportProblem(XMLValidationProblem prob)
           
 

Uses of XMLValidationProblem in org.codehaus.stax2
 

Methods in org.codehaus.stax2 with parameters of type XMLValidationProblem
 void XMLReporter2.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
protected  XMLValidationProblem XMLValidationException.mCause
           
 

Methods in org.codehaus.stax2.validation that return XMLValidationProblem
 XMLValidationProblem XMLValidationException.getValidationProblem()
           
 

Methods in org.codehaus.stax2.validation with parameters of type XMLValidationProblem
static XMLValidationException XMLValidationException.createException(XMLValidationProblem cause)
           
 void ValidationContext.reportProblem(XMLValidationProblem problem)
          Method called by the validator, upon encountering a validation problem.
 void ValidationProblemHandler.reportProblem(XMLValidationProblem problem)
          Method called by validator, when a validation problem is encountered.
 

Constructors in org.codehaus.stax2.validation with parameters of type XMLValidationProblem
XMLValidationException(XMLValidationProblem cause)
           
XMLValidationException(XMLValidationProblem cause, String msg)
           
XMLValidationException(XMLValidationProblem cause, String msg, Location loc)
           
 



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