Package com.ctc.wstx.sr
Interface InputProblemReporter
- All Known Implementing Classes:
BasicStreamReader,FullDTDReader,MinimalDTDReader,StreamScanner,TypedStreamReader,ValidatingStreamReader
public interface InputProblemReporter
Interface implemented by input reader, and used by other components to
report problem that are related to current input position.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidreportValidationProblem(String msg, Object arg, Object arg2) voidreportValidationProblem(org.codehaus.stax2.validation.XMLValidationProblem prob) voidthrowParseError(String msg) voidthrowParseError(String msg, Object arg, Object arg2)
-
Method Details
-
throwParseError
- Throws:
XMLStreamException
-
throwParseError
- Throws:
XMLStreamException
-
reportValidationProblem
void reportValidationProblem(org.codehaus.stax2.validation.XMLValidationProblem prob) throws XMLStreamException - Throws:
XMLStreamException
-
reportValidationProblem
- Throws:
XMLStreamException
-
reportValidationProblem
- Throws:
XMLStreamException
-
reportProblem
void reportProblem(Location loc, String probType, String format, Object arg, Object arg2) throws XMLStreamException - Throws:
XMLStreamException
-
getLocation
Location getLocation()
-