|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorHandler | |
org.dom4j.io | Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. |
org.dom4j.io.aelfred | The default SAX XMLReader implementation which is a port of the original Aelfred SAX Parser. |
org.dom4j.io.aelfred2 | This code has been taken from the GNU JAXP Project. |
org.dom4j.util | A collection of utility classes for the dom4j API. |
org.xml.sax | This package provides the core SAX APIs. |
org.xml.sax.ext | This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support. |
org.xml.sax.helpers | This package contains "helper" classes, including support for bootstrapping SAX-based applications. |
Uses of ErrorHandler in org.dom4j.io |
Classes in org.dom4j.io that implement ErrorHandler | |
class |
HTMLWriter
HTMLWriter takes a DOM4J tree and formats it to a
stream as HTML. |
class |
SAXContentHandler
SAXContentHandler builds a dom4j tree via SAX events. |
class |
XMLWriter
XMLWriter takes a DOM4J tree and formats it to a
stream as XML. |
Methods in org.dom4j.io that return ErrorHandler | |
ErrorHandler |
SAXWriter.getErrorHandler()
|
ErrorHandler |
SAXValidator.getErrorHandler()
|
ErrorHandler |
SAXReader.getErrorHandler()
|
Methods in org.dom4j.io with parameters of type ErrorHandler | |
void |
SAXWriter.setErrorHandler(ErrorHandler errorHandler)
Sets the ErrorHandler . |
void |
SAXValidator.setErrorHandler(ErrorHandler errorHandler)
Sets the ErrorHandler used by the SAX
XMLReader . |
void |
SAXReader.setErrorHandler(ErrorHandler errorHandler)
Sets the ErrorHandler used by the SAX
XMLReader . |
Uses of ErrorHandler in org.dom4j.io.aelfred |
Methods in org.dom4j.io.aelfred that return ErrorHandler | |
ErrorHandler |
SAXDriver.getErrorHandler()
Deprecated. SAX2: Returns the object used to receive callbacks for XML errors of all levels (fatal, nonfatal, warning); this is never null; |
Methods in org.dom4j.io.aelfred with parameters of type ErrorHandler | |
void |
SAXDriver.setErrorHandler(ErrorHandler handler)
Deprecated. SAX1, SAX2: Set the error handler for this parser. |
Uses of ErrorHandler in org.dom4j.io.aelfred2 |
Methods in org.dom4j.io.aelfred2 that return ErrorHandler | |
ErrorHandler |
SAXDriver.getErrorHandler()
SAX2: Returns the object used to receive callbacks for XML errors of all levels (fatal, nonfatal, warning); this is never null; |
Methods in org.dom4j.io.aelfred2 with parameters of type ErrorHandler | |
void |
SAXDriver.setErrorHandler(ErrorHandler handler)
SAX1, SAX2: Set the error handler for this parser. |
Uses of ErrorHandler in org.dom4j.util |
Classes in org.dom4j.util that implement ErrorHandler | |
class |
XMLErrorHandler
XMLErrorHandler is a SAX ErrorHandler which
turns the SAX parsing errors into XML so that the output can be formatted
using XSLT or the errors can be included in a SOAP message. |
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 |
XMLReader.setErrorHandler(ErrorHandler handler)
Allow an application to register an error event handler. |
void |
Parser.setErrorHandler(ErrorHandler handler)
Deprecated. Allow an application to register an error event handler. |
Uses of ErrorHandler in org.xml.sax.ext |
Classes in org.xml.sax.ext that implement ErrorHandler | |
class |
DefaultHandler2
This class extends the SAX2 base handler class to support the SAX2 LexicalHandler , DeclHandler , and
EntityResolver2 extensions. |
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 |
XMLReaderAdapter.setErrorHandler(ErrorHandler handler)
Register the error event handler. |
void |
XMLFilterImpl.setErrorHandler(ErrorHandler handler)
Set the error event handler. |
void |
ParserAdapter.setErrorHandler(ErrorHandler handler)
Set the error handler. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |