Uses of Interface
org.apache.xerces.xni.parser.XMLErrorHandler

Packages that use XMLErrorHandler
org.apache.xerces.dom   
org.apache.xerces.impl   
org.apache.xerces.impl.dtd   
org.apache.xerces.impl.xs   
org.apache.xerces.parsers   
org.apache.xerces.util   
org.apache.xerces.xni.grammars   
org.apache.xerces.xni.parser   
org.apache.xerces.xpointer   
 

Uses of XMLErrorHandler in org.apache.xerces.dom
 

Methods in org.apache.xerces.dom that return XMLErrorHandler
 XMLErrorHandler DOMConfigurationImpl.getErrorHandler()
          Return the current error handler.
 

Methods in org.apache.xerces.dom with parameters of type XMLErrorHandler
 void DOMConfigurationImpl.setErrorHandler(XMLErrorHandler errorHandler)
          Allow an application to register an error event handler.
 

Uses of XMLErrorHandler in org.apache.xerces.impl
 

Methods in org.apache.xerces.impl that return XMLErrorHandler
 XMLErrorHandler XMLErrorReporter.getErrorHandler()
          Get the internal XMLErrrorHandler.
 

Uses of XMLErrorHandler in org.apache.xerces.impl.dtd
 

Methods in org.apache.xerces.impl.dtd that return XMLErrorHandler
 XMLErrorHandler XMLDTDLoader.getErrorHandler()
          Returns the registered error handler.
 

Methods in org.apache.xerces.impl.dtd with parameters of type XMLErrorHandler
 void XMLDTDLoader.setErrorHandler(XMLErrorHandler errorHandler)
          Sets the error handler.
 

Uses of XMLErrorHandler in org.apache.xerces.impl.xs
 

Methods in org.apache.xerces.impl.xs that return XMLErrorHandler
 XMLErrorHandler XMLSchemaLoader.getErrorHandler()
          Returns the registered error handler.
 

Methods in org.apache.xerces.impl.xs with parameters of type XMLErrorHandler
 void XMLSchemaLoader.setErrorHandler(XMLErrorHandler errorHandler)
          Sets the error handler.
 

Uses of XMLErrorHandler in org.apache.xerces.parsers
 

Methods in org.apache.xerces.parsers that return XMLErrorHandler
 XMLErrorHandler XML11DTDConfiguration.getErrorHandler()
          Return the current error handler.
 XMLErrorHandler XML11NonValidatingConfiguration.getErrorHandler()
          Return the current error handler.
 XMLErrorHandler BasicParserConfiguration.getErrorHandler()
          Return the current error handler.
 XMLErrorHandler XMLGrammarPreparser.getErrorHandler()
          Returns the registered error handler.
 XMLErrorHandler XML11Configuration.getErrorHandler()
          Return the current error handler.
 

Methods in org.apache.xerces.parsers with parameters of type XMLErrorHandler
 void XML11DTDConfiguration.setErrorHandler(XMLErrorHandler errorHandler)
          Allow an application to register an error event handler.
 void XML11NonValidatingConfiguration.setErrorHandler(XMLErrorHandler errorHandler)
          Allow an application to register an error event handler.
 void BasicParserConfiguration.setErrorHandler(XMLErrorHandler errorHandler)
          Allow an application to register an error event handler.
 void XMLGrammarPreparser.setErrorHandler(XMLErrorHandler errorHandler)
          Sets the error handler.
 void XML11Configuration.setErrorHandler(XMLErrorHandler errorHandler)
          Allow an application to register an error event handler.
 

Uses of XMLErrorHandler in org.apache.xerces.util
 

Classes in org.apache.xerces.util that implement XMLErrorHandler
 class DefaultErrorHandler
          Default error handler.
 class DOMErrorHandlerWrapper
          This class handles DOM errors .
 class ErrorHandlerWrapper
          This class wraps a SAX error handler in an XNI error handler.
 

Uses of XMLErrorHandler in org.apache.xerces.xni.grammars
 

Methods in org.apache.xerces.xni.grammars that return XMLErrorHandler
 XMLErrorHandler XMLGrammarLoader.getErrorHandler()
          Returns the registered error handler.
 

Methods in org.apache.xerces.xni.grammars with parameters of type XMLErrorHandler
 void XMLGrammarLoader.setErrorHandler(XMLErrorHandler errorHandler)
          Sets the error handler.
 

Uses of XMLErrorHandler in org.apache.xerces.xni.parser
 

Methods in org.apache.xerces.xni.parser that return XMLErrorHandler
 XMLErrorHandler XMLParserConfiguration.getErrorHandler()
          Returns the registered error handler.
 

Methods in org.apache.xerces.xni.parser with parameters of type XMLErrorHandler
 void XMLParserConfiguration.setErrorHandler(XMLErrorHandler errorHandler)
          Sets the error handler.
 

Uses of XMLErrorHandler in org.apache.xerces.xpointer
 

Constructors in org.apache.xerces.xpointer with parameters of type XMLErrorHandler
XPointerHandler(SymbolTable symbolTable, XMLErrorHandler errorHandler, XMLErrorReporter errorReporter)