|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorHandler | |
javax.xml.parsers | Provides classes allowing the processing of XML documents. |
org.xml.sax | SAX (Simple API to XML) is an event-driven parser API, which supports most of the widely available XML parsers. |
Uses of ErrorHandler in javax.xml.parsers |
Methods in javax.xml.parsers with parameters of type ErrorHandler | |
abstract void |
DocumentBuilder.setErrorHandler(ErrorHandler eh)
Specify the ErrorHandler to be used to resolve
entities present in the XML document to be parsed. |
Uses of ErrorHandler in org.xml.sax |
Classes in org.xml.sax that implement ErrorHandler | |
class |
HandlerBase
Default base class for handlers. |
Methods in org.xml.sax with parameters of type ErrorHandler | |
void |
Parser.setErrorHandler(ErrorHandler handler)
Allow an application to register an error event handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |