Uses of Interface org.xml.sax.ErrorHandler

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.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 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 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.parsers

Methods with parameter type org.xml.sax.ErrorHandler

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