|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used during parsing of XML content to encapsulate information about the location of the parsing event being reported. It is used to report diagnostics for application level problems that relate to the data which was successfuly parsed, and to resolve relative URIs.
Method Summary | |
org.xml.sax.ErrorHandler |
getErrorHandler()
Returns an error handler that may be used to report problems of various types: warnings, recoverable errors, fatal errors. |
Locale |
getLocale()
Returns the preferred locale for diagnostic messsages to be reported through the error handler. |
org.xml.sax.Locator |
getLocator()
Returns a locator object which reports where the parse event was detected. |
Method Detail |
public org.xml.sax.ErrorHandler getErrorHandler()
public Locale getLocale()
public org.xml.sax.Locator getLocator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |