Uses of Interface org.xml.sax.ErrorHandler

Uses in package gnu.xml.stream

Methods with parameter type org.xml.sax.ErrorHandler

void

Methods with return type org.xml.sax.ErrorHandler

ErrorHandler

Uses in package gnu.xml.validation.relaxng

Methods with parameter type org.xml.sax.ErrorHandler

void

Methods with return type org.xml.sax.ErrorHandler

ErrorHandler

Uses in package org.xml.sax.ext

Classes implementing org.xml.sax.ErrorHandler

class
This class extends the SAX2 base handler class to support the SAX2 LexicalHandler, DeclHandler, and EntityResolver2 extensions.

Uses in package gnu.xml.dom.ls

Classes implementing org.xml.sax.ErrorHandler

class
Parser implementation for GNU DOM.

Uses in package gnu.xml.util

Methods with parameter type org.xml.sax.ErrorHandler

void
SAX1: Provides an object which receives callbacks for XML errors of all levels (fatal, nonfatal, warning).
void
Assigns the error handler used to report catalog errors.
void
Assigns the error handler to be used to present most fatal errors.

Methods with return type org.xml.sax.ErrorHandler

ErrorHandler
SAX2: Returns the object used to receive callbacks for XML errors of all levels (fatal, nonfatal, warning).
ErrorHandler
Returns the error handler used to report catalog errors.

Uses in package gnu.xml.validation.xmlschema

Methods with parameter type org.xml.sax.ErrorHandler

void

Methods with return type org.xml.sax.ErrorHandler

ErrorHandler

Uses in package javax.xml.parsers

Methods with parameter type org.xml.sax.ErrorHandler

void
Sets the SAX error handler callback used to report parsing errors.

Uses in package gnu.xml.libxmlj.sax

Methods with parameter type org.xml.sax.ErrorHandler

void

Methods with return type org.xml.sax.ErrorHandler

ErrorHandler

Uses in package gnu.xml.pipeline

Methods with parameter type org.xml.sax.ErrorHandler

void
Assigns the error handler to be used to present most fatal errors.
void
This method provides a filter stage with a handler that abstracts presentation of warnings and both recoverable and fatal errors.
void
This method provides a filter stage with a handler that abstracts presentation of warnings and both recoverable and fatal errors.
void
Records the error handler that should be used by this stage, and passes it "downstream" to any subsequent stage.
void
Provides the error handler to both subsequent nodes of this filter stage.

Methods with return type org.xml.sax.ErrorHandler

ErrorHandler
Returns the error handler assigned this filter stage, or null if no such assigment has been made.

Uses in package org.xml.sax

Classes implementing org.xml.sax.ErrorHandler

class
Default base class for handlers.

Methods with parameter type org.xml.sax.ErrorHandler

void
Allow an application to register an error event handler.
void
Allow an application to register an error event handler.

Methods with return type org.xml.sax.ErrorHandler

ErrorHandler
Return the current error handler.

Uses in package javax.xml.validation

Methods with parameter type org.xml.sax.ErrorHandler

void
void
void

Methods with return type org.xml.sax.ErrorHandler

ErrorHandler
ErrorHandler
ErrorHandler

Uses in package org.xml.sax.helpers

Classes implementing org.xml.sax.ErrorHandler

class
Default base class for SAX2 event handlers.
class
Base class for deriving an XML filter.

Methods with parameter type org.xml.sax.ErrorHandler

void
Set the error handler.
void
Set the error event handler.
void
Register the error event handler.

Methods with return type org.xml.sax.ErrorHandler

ErrorHandler
Return the current error handler.
ErrorHandler
Get the current error event handler.

Uses in package gnu.java.beans.decoder

Classes implementing org.xml.sax.ErrorHandler

class
The PersistenceParser parses an XML data stream and delegates actions to ElementHandler instances.

Uses in package gnu.xml.libxmlj.dom

Methods with parameter type org.xml.sax.ErrorHandler

void

Uses in package gnu.xml.aelfred2

Methods with parameter type org.xml.sax.ErrorHandler

void
SAX1, SAX2: Set the error handler for this parser.
void
SAX1 Assigns error handler

Methods with return type org.xml.sax.ErrorHandler

ErrorHandler
SAX2: Returns the object used to receive callbacks for XML errors of all levels (fatal, nonfatal, warning); this is never null;
ErrorHandler
SAX2: Returns the object used to receive callbacks for XML errors of all levels (fatal, nonfatal, warning); this is never null;