Uses of Interface
org.xml.sax.ErrorHandler
| Package | Description |
|---|---|
| javax.xml.parsers | |
| javax.xml.validation | |
| org.apache.harmony.xml | |
| 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.xml.dtm | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.dtm.ref.dom2dtm | |
| org.apache.xml.dtm.ref.sax2dtm | |
| org.apache.xml.serializer |
Processes SAX events into streams.
|
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.xml.sax | |
| org.xml.sax.ext | |
| org.xml.sax.helpers | |
| org.xmlpull.v1.sax2 |
-
Uses of ErrorHandler in javax.xml.parsers
Methods in javax.xml.parsers with parameters of type ErrorHandler Modifier and Type Method Description abstract voidDocumentBuilder. setErrorHandler(ErrorHandler eh)Specify theErrorHandlerto be used by the parser. -
Uses of ErrorHandler in javax.xml.validation
Methods in javax.xml.validation that return ErrorHandler Modifier and Type Method Description abstract ErrorHandlerSchemaFactory. getErrorHandler()Gets the currentErrorHandlerset to thisSchemaFactory.abstract ErrorHandlerValidator. getErrorHandler()Gets the currentErrorHandlerset to thisValidator.abstract ErrorHandlerValidatorHandler. getErrorHandler()Gets the currentErrorHandlerset to thisValidatorHandler.Methods in javax.xml.validation with parameters of type ErrorHandler Modifier and Type Method Description abstract voidSchemaFactory. setErrorHandler(ErrorHandler errorHandler)Sets theErrorHandlerto receive errors encountered during thenewSchemamethod invocation.abstract voidValidator. setErrorHandler(ErrorHandler errorHandler)Sets theErrorHandlerto receive errors encountered during thevalidatemethod invocation.abstract voidValidatorHandler. setErrorHandler(ErrorHandler errorHandler)Sets theErrorHandlerto receive errors encountered during the validation. -
Uses of ErrorHandler in org.apache.harmony.xml
Methods in org.apache.harmony.xml that return ErrorHandler Modifier and Type Method Description ErrorHandlerExpatReader. getErrorHandler()Methods in org.apache.harmony.xml with parameters of type ErrorHandler Modifier and Type Method Description voidExpatReader. setErrorHandler(ErrorHandler handler) -
Uses of ErrorHandler in org.apache.xalan.processor
Classes in org.apache.xalan.processor that implement ErrorHandler Modifier and Type Class Description classStylesheetHandlerInitializes and processes a stylesheet via SAX events. -
Uses of ErrorHandler in org.apache.xalan.transformer
Classes in org.apache.xalan.transformer that implement ErrorHandler Modifier and Type Class Description classTransformerHandlerImplA TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.classTrAXFilter -
Uses of ErrorHandler in org.apache.xml.dtm
Methods in org.apache.xml.dtm that return ErrorHandler Modifier and Type Method Description ErrorHandlerDTM. getErrorHandler()Return this DTM's ErrorHandler, if it has one. -
Uses of ErrorHandler in org.apache.xml.dtm.ref
Classes in org.apache.xml.dtm.ref that implement ErrorHandler Modifier and Type Class Description classIncrementalSAXSource_FilterIncrementalSAXSource_Filter implements IncrementalSAXSource, using a standard SAX2 event source as its input and parcelling out those events gradually in reponse to deliverMoreNodes() requests.Methods in org.apache.xml.dtm.ref that return ErrorHandler Modifier and Type Method Description ErrorHandlerDTMDocumentImpl. getErrorHandler()Return this DTM's ErrorHandler.Methods in org.apache.xml.dtm.ref with parameters of type ErrorHandler Modifier and Type Method Description voidIncrementalSAXSource_Filter. setErrHandler(ErrorHandler handler) -
Uses of ErrorHandler in org.apache.xml.dtm.ref.dom2dtm
Methods in org.apache.xml.dtm.ref.dom2dtm that return ErrorHandler Modifier and Type Method Description ErrorHandlerDOM2DTM. getErrorHandler()Return this DTM's ErrorHandler. -
Uses of ErrorHandler in org.apache.xml.dtm.ref.sax2dtm
Classes in org.apache.xml.dtm.ref.sax2dtm that implement ErrorHandler Modifier and Type Class Description classSAX2DTMThis class implements a DTM that tends to be optimized more for speed than for compactness, that is constructed via SAX2 ContentHandler events.classSAX2DTM2SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation.classSAX2RTFDTMThis is a subclass of SAX2DTM which has been modified to meet the needs of Result Tree Frameworks (RTFs).Methods in org.apache.xml.dtm.ref.sax2dtm that return ErrorHandler Modifier and Type Method Description ErrorHandlerSAX2DTM. getErrorHandler()Return this DTM's ErrorHandler. -
Uses of ErrorHandler in org.apache.xml.serializer
Subinterfaces of ErrorHandler in org.apache.xml.serializer Modifier and Type Interface Description interfaceSerializationHandlerThis interface is the one that a serializer implements.Classes in org.apache.xml.serializer that implement ErrorHandler Modifier and Type Class Description classSerializerBaseThis class acts as a base class for the XML "serializers" and the stream serializers.classToHTMLStreamThis serializer takes a series of SAX or SAX-like events and writes its output to the given stream.classToSAXHandlerThis class is used to provide a base behavior to be inherited by other To...SAXHandler serializers.classToStreamThis abstract class is a base class for other stream serializers (xml, html, text ...) that write output to a stream.classToTextSAXHandlerDeprecated.classToTextStreamThis class is not a public API.classToUnknownStreamThis class wraps another SerializationHandler.classToXMLSAXHandlerThis class receives notification of SAX-like events, and with gathered information over these calls it will invoke the equivalent SAX methods on a handler, the ultimate xsl:output method is known to be "xml".classToXMLStreamThis class converts SAX or SAX-like calls to a serialized xml document. -
Uses of ErrorHandler in org.apache.xml.utils
Classes in org.apache.xml.utils that implement ErrorHandler Modifier and Type Class Description classDefaultErrorHandlerImplement SAX error handler for default reporting.classStylesheetPIHandlerSearch for the xml-stylesheet processing instructions in an XML document. -
Uses of ErrorHandler in org.xml.sax
Classes in org.xml.sax that implement ErrorHandler Modifier and Type Class Description classHandlerBaseDeprecated.This class works with the deprecatedDocumentHandlerinterface.Methods in org.xml.sax that return ErrorHandler Modifier and Type Method Description ErrorHandlerXMLReader. getErrorHandler()Return the current error handler.Methods in org.xml.sax with parameters of type ErrorHandler Modifier and Type Method Description voidParser. setErrorHandler(ErrorHandler handler)Deprecated.Allow an application to register an error event handler.voidXMLReader. setErrorHandler(ErrorHandler handler)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 Modifier and Type Class Description classDefaultHandler2This class extends the SAX2 base handler class to support the SAX2LexicalHandler,DeclHandler, andEntityResolver2extensions. -
Uses of ErrorHandler in org.xml.sax.helpers
Classes in org.xml.sax.helpers that implement ErrorHandler Modifier and Type Class Description classDefaultHandlerDefault base class for SAX2 event handlers.classXMLFilterImplBase class for deriving an XML filter.Methods in org.xml.sax.helpers that return ErrorHandler Modifier and Type Method Description ErrorHandlerParserAdapter. getErrorHandler()Return the current error handler.ErrorHandlerXMLFilterImpl. getErrorHandler()Get the current error event handler.Methods in org.xml.sax.helpers with parameters of type ErrorHandler Modifier and Type Method Description voidParserAdapter. setErrorHandler(ErrorHandler handler)Set the error handler.voidXMLFilterImpl. setErrorHandler(ErrorHandler handler)Set the error event handler.voidXMLReaderAdapter. setErrorHandler(ErrorHandler handler)Register the error event handler. -
Uses of ErrorHandler in org.xmlpull.v1.sax2
Fields in org.xmlpull.v1.sax2 declared as ErrorHandler Modifier and Type Field Description protected ErrorHandlerDriver. errorHandlerMethods in org.xmlpull.v1.sax2 that return ErrorHandler Modifier and Type Method Description ErrorHandlerDriver. getErrorHandler()Methods in org.xmlpull.v1.sax2 with parameters of type ErrorHandler Modifier and Type Method Description voidDriver. setErrorHandler(ErrorHandler handler)
ToXMLSAXHandler.