BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


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

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

Uses of XMLErrorHandler in weblogic.apache.xerces.dom
 

Methods in weblogic.apache.xerces.dom that return XMLErrorHandler
 XMLErrorHandler DOMValidationConfiguration.getErrorHandler()
          Deprecated. Return the current error handler.
 

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

Uses of XMLErrorHandler in weblogic.apache.xerces.impl
 

Fields in weblogic.apache.xerces.impl declared as XMLErrorHandler
protected  XMLErrorHandler XMLErrorReporter.fErrorHandler
          Deprecated. Error handler.
protected  XMLErrorHandler XMLErrorReporter.fDefaultErrorHandler
          Deprecated. Default error handler.
 

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

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

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

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

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

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

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

Uses of XMLErrorHandler in weblogic.apache.xerces.parsers
 

Methods in weblogic.apache.xerces.parsers that return XMLErrorHandler
 XMLErrorHandler XMLGrammarPreparser.getErrorHandler()
          Deprecated. Returns the registered error handler.
 XMLErrorHandler BasicParserConfiguration.getErrorHandler()
          Deprecated. Return the current error handler.
 

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

Uses of XMLErrorHandler in weblogic.apache.xerces.util
 

Classes in weblogic.apache.xerces.util that implement XMLErrorHandler
 class DefaultErrorHandler
          Deprecated. please use JDK supplied XML parsers and transformers
 class DOMErrorHandlerWrapper
          Deprecated. please use JDK supplied XML parsers and transformers
 class ErrorHandlerWrapper
          Deprecated. please use JDK supplied XML parsers and transformers
 

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

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

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

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

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

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


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.