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 TypeMethodDescriptionvoid
void
void
reportValidationProblem
(String msg, Object arg, Object arg2) void
reportValidationProblem
(org.codehaus.stax2.validation.XMLValidationProblem prob) void
throwParseError
(String msg) void
throwParseError
(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()
-