|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorHandler | |
com.sun.xml.parser | This package holds two fast "XML Processors" as defined in the XML 1.0 specification; these are parsers (validating and non-validating) with some supporting classes and interfaces. |
com.sun.xml.tree | This package supports in-memory XML documents in the form of a parse tree compliant with the W3C DOM Level 1 Core Recommendation, with extensions including support for XML Namespaces as defined by the current XML proposed recommendation. |
org.xml.sax | SAX (Simple API to XML) is an event-driven parser API, which supports most of the widely available XML parsers. |
Uses of ErrorHandler in com.sun.xml.parser |
Methods in com.sun.xml.parser that return ErrorHandler | |
ErrorHandler |
Parser.getErrorHandler()
Returns the object used for error handling |
Methods in com.sun.xml.parser with parameters of type ErrorHandler | |
void |
Parser.setErrorHandler(ErrorHandler handler)
SAX: Used to override default error handling; for example, to ensure that validity errors abort parsing, or to report errors through the correct channels. |
Uses of ErrorHandler in com.sun.xml.tree |
Methods in com.sun.xml.tree that return ErrorHandler | |
ErrorHandler |
ParseContext.getErrorHandler()
Returns an error handler that may be used to report problems of various types: warnings, recoverable errors, fatal errors. |
Uses of ErrorHandler in org.xml.sax |
Classes in org.xml.sax that implement ErrorHandler | |
class |
HandlerBase
Default base class for handlers. |
Methods in org.xml.sax with parameters of type ErrorHandler | |
void |
Parser.setErrorHandler(ErrorHandler handler)
Allow an application to register an error event handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |