|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorHandler | |
javax.xml.parsers | Provides classes allowing the processing of XML documents. |
org.apache.xalan.processor | Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). |
org.apache.xalan.stree | Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
org.apache.xml.utils | Implementation of Xalan utility classes. |
org.xml.sax | SAX 2.0 interfaces. |
org.xml.sax.helpers | SAX 2.0 implementation classes. |
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.apache.xalan.processor |
Classes in org.apache.xalan.processor that implement ErrorHandler | |
class |
CompilingStylesheetHandler
**For advanced use only** Initializes and processes a stylesheet via SAX events. |
class |
StylesheetHandler
**For advanced use only** Initializes and processes a stylesheet via SAX events. |
class |
StylesheetPIHandler
Search for the xml-stylesheet processing instructions in an XML document. |
Uses of ErrorHandler in org.apache.xalan.stree |
Classes in org.apache.xalan.stree that implement ErrorHandler | |
class |
SourceTreeHandler
This class handles SAX2 parse events to create a source tree for transformation. |
Uses of ErrorHandler in org.apache.xalan.transformer |
Classes in org.apache.xalan.transformer that implement ErrorHandler | |
class |
TrAXFilter
|
Uses of ErrorHandler in org.apache.xml.utils |
Classes in org.apache.xml.utils that implement ErrorHandler | |
class |
DefaultErrorHandler
Implement SAX error handler for default reporting. |
Uses of ErrorHandler in org.xml.sax |
Classes in org.xml.sax that implement ErrorHandler | |
class |
HandlerBase
Deprecated. This class works with the deprecated DocumentHandler interface. It has been replaced by the SAX2 DefaultHandler class. |
Methods in org.xml.sax that return ErrorHandler | |
ErrorHandler |
XMLReader.getErrorHandler()
Return the current error handler. |
Methods in org.xml.sax with parameters of type ErrorHandler | |
void |
Parser.setErrorHandler(ErrorHandler handler)
Deprecated. Allow an application to register an error event handler. |
void |
XMLReader.setErrorHandler(ErrorHandler handler)
Allow an application to register an error event handler. |
Uses of ErrorHandler in org.xml.sax.helpers |
Classes in org.xml.sax.helpers that implement ErrorHandler | |
class |
DefaultHandler
Default base class for SAX2 event handlers. |
class |
XMLFilterImpl
Base class for deriving an XML filter. |
Methods in org.xml.sax.helpers that return ErrorHandler | |
ErrorHandler |
XMLFilterImpl.getErrorHandler()
Get the current error event handler. |
ErrorHandler |
ParserAdapter.getErrorHandler()
Return the current error handler. |
Methods in org.xml.sax.helpers with parameters of type ErrorHandler | |
void |
XMLFilterImpl.setErrorHandler(ErrorHandler handler)
Set the error event handler. |
void |
ParserAdapter.setErrorHandler(ErrorHandler handler)
Set the error handler. |
void |
XMLReaderAdapter.setErrorHandler(ErrorHandler handler)
Register the error event handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |