Frames | No Frames |
Methods with parameter type org.xml.sax.ErrorHandler | |
void |
Methods with return type org.xml.sax.ErrorHandler | |
ErrorHandler |
Methods with parameter type org.xml.sax.ErrorHandler | |
void |
Methods with return type org.xml.sax.ErrorHandler | |
ErrorHandler |
Classes implementing org.xml.sax.ErrorHandler | |
class | This class extends the SAX2 base handler class to support the
SAX2 LexicalHandler , DeclHandler , and
EntityResolver2 extensions. |
Classes implementing org.xml.sax.ErrorHandler | |
class | Parser implementation for GNU DOM.
|
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.
|
Methods with parameter type org.xml.sax.ErrorHandler | |
void |
Methods with return type org.xml.sax.ErrorHandler | |
ErrorHandler |
Methods with parameter type org.xml.sax.ErrorHandler | |
void | Sets the SAX error handler callback used to report parsing errors.
|
Methods with parameter type org.xml.sax.ErrorHandler | |
void |
Methods with return type org.xml.sax.ErrorHandler | |
ErrorHandler |
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.
|
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.
|
Methods with parameter type org.xml.sax.ErrorHandler | |
void | |
void | |
void |
Methods with return type org.xml.sax.ErrorHandler | |
ErrorHandler | |
ErrorHandler | |
ErrorHandler |
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.
|
Classes implementing org.xml.sax.ErrorHandler | |
class | The PersistenceParser parses an XML data stream and delegates actions to ElementHandler
instances. |
Methods with parameter type org.xml.sax.ErrorHandler | |
void |
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;
|