|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorHandler | |
javax.xml.parsers | This package provides a pluggability mechanism to allow a compliant SAX or DOM parser to be used independently by an application. |
org.apache.trax | Defines a global interface for generating Templates and performing XML transformations. |
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.transformer | In charge of run-time transformations and the production of result trees. |
org.apache.xalan.utils | Implementation of Xalan utility classes. |
org.apache.xpath.compiler | Implements an XPath parser which produces an OpMap, and a so-called Compiler which produces an expression tree for fast evaluation. |
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)
Specifies the ErrorHandler to be used by this
DocumentBuilder . |
Uses of ErrorHandler in org.apache.trax |
Methods in org.apache.trax that return ErrorHandler | |
ErrorHandler |
Processor.getErrorHandler()
Return the current error handler. |
Methods in org.apache.trax with parameters of type ErrorHandler | |
void |
Processor.setErrorHandler(ErrorHandler handler)
Allow an application to register an error event handler. |
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
Handle the xml-stylesheet processing instruction. |
Uses of ErrorHandler in org.apache.xalan.transformer |
Classes in org.apache.xalan.transformer that implement ErrorHandler | |
class |
TransformerImpl
**For advanced use only** The Xalan workhorse -- Collaborates with the XPath xcontext, the DOM, and the XPath engine, to transform a source tree of nodes into a result tree according to instructions and templates specified by a stylesheet tree. |
Uses of ErrorHandler in org.apache.xalan.utils |
Classes in org.apache.xalan.utils that implement ErrorHandler | |
class |
DefaultErrorHandler
Implement SAX error handler for default reporting. |
Uses of ErrorHandler in org.apache.xpath.compiler |
Methods in org.apache.xpath.compiler that return ErrorHandler | |
ErrorHandler |
XPathParser.getErrorHandler()
Return the current error handler. |
Methods in org.apache.xpath.compiler with parameters of type ErrorHandler | |
void |
XPathParser.setErrorHandler(ErrorHandler handler)
Allow an application to register an error event handler. |
Constructors in org.apache.xpath.compiler with parameters of type ErrorHandler | |
Compiler.Compiler(ErrorHandler errorHandler,
Locator locator)
|
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 |