BEA Systems, Inc.

Uses of Interface
weblogic.apache.xerces.xni.XMLDocumentHandler

Packages that use XMLDocumentHandler
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.xni.parser   
 

Uses of XMLDocumentHandler in weblogic.apache.xerces.dom
 

Methods in weblogic.apache.xerces.dom that return XMLDocumentHandler
 XMLDocumentHandler DOMValidationConfiguration.getDocumentHandler()
          Deprecated. Returns the registered document handler.
 

Methods in weblogic.apache.xerces.dom with parameters of type XMLDocumentHandler
 void DOMValidationConfiguration.setDocumentHandler(XMLDocumentHandler documentHandler)
          Deprecated. Sets the document handler on the last component in the pipeline to receive information about the document.
 

Uses of XMLDocumentHandler in weblogic.apache.xerces.impl
 

Subinterfaces of XMLDocumentHandler in weblogic.apache.xerces.impl
 interface RevalidationHandler
          Deprecated. please use JDK supplied XML parsers and transformers
 

Classes in weblogic.apache.xerces.impl that implement XMLDocumentHandler
 class XMLNamespaceBinder
          Deprecated. please use JDK supplied XML parsers and transformers
 

Fields in weblogic.apache.xerces.impl declared as XMLDocumentHandler
protected  XMLDocumentHandler XMLNamespaceBinder.fDocumentHandler
          Deprecated. Document handler.
protected  XMLDocumentHandler XMLDocumentFragmentScannerImpl.fDocumentHandler
          Deprecated. Document handler.
 

Methods in weblogic.apache.xerces.impl that return XMLDocumentHandler
 XMLDocumentHandler XMLNamespaceBinder.getDocumentHandler()
          Deprecated. Returns the document handler
 XMLDocumentHandler XMLDocumentFragmentScannerImpl.getDocumentHandler()
          Deprecated. Returns the document handler
 

Methods in weblogic.apache.xerces.impl with parameters of type XMLDocumentHandler
 void XMLNamespaceBinder.setDocumentHandler(XMLDocumentHandler documentHandler)
          Deprecated. Sets the document handler to receive information about the document.
 void XMLDocumentFragmentScannerImpl.setDocumentHandler(XMLDocumentHandler documentHandler)
          Deprecated. setDocumentHandler
 

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

Classes in weblogic.apache.xerces.impl.dtd that implement XMLDocumentHandler
 class XMLDTDValidator
          Deprecated. please use JDK supplied XML parsers and transformers
 

Fields in weblogic.apache.xerces.impl.dtd declared as XMLDocumentHandler
protected  XMLDocumentHandler XMLDTDValidator.fDocumentHandler
          Deprecated. Document handler.
 

Methods in weblogic.apache.xerces.impl.dtd that return XMLDocumentHandler
 XMLDocumentHandler XMLDTDValidator.getDocumentHandler()
          Deprecated. Returns the document handler
 

Methods in weblogic.apache.xerces.impl.dtd with parameters of type XMLDocumentHandler
 void XMLDTDValidator.setDocumentHandler(XMLDocumentHandler documentHandler)
          Deprecated. Sets the document handler to receive information about the document.
 

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

Classes in weblogic.apache.xerces.impl.xs that implement XMLDocumentHandler
 class XMLSchemaValidator
          Deprecated. please use JDK supplied XML parsers and transformers
 

Fields in weblogic.apache.xerces.impl.xs declared as XMLDocumentHandler
protected  XMLDocumentHandler XMLSchemaValidator.fDocumentHandler
          Deprecated. Document handler.
 

Methods in weblogic.apache.xerces.impl.xs that return XMLDocumentHandler
 XMLDocumentHandler XMLSchemaValidator.getDocumentHandler()
          Deprecated. Returns the document handler
 

Methods in weblogic.apache.xerces.impl.xs with parameters of type XMLDocumentHandler
 void XMLSchemaValidator.setDocumentHandler(XMLDocumentHandler documentHandler)
          Deprecated. Sets the document handler to receive information about the document.
 

Uses of XMLDocumentHandler in weblogic.apache.xerces.parsers
 

Classes in weblogic.apache.xerces.parsers that implement XMLDocumentHandler
 class AbstractDOMParser
          Deprecated. please use JDK supplied XML parsers and transformers
 class AbstractSAXParser
          Deprecated. please use JDK supplied XML parsers and transformers
 class AbstractSAXPullParser
          Deprecated. please use JDK supplied XML parsers and transformers
 class AbstractXMLDocumentParser
          Deprecated. please use JDK supplied XML parsers and transformers
 class AbstractXMLDocumentPullParser
          Deprecated. please use JDK supplied XML parsers and transformers
 class DOMASBuilderImpl
          Deprecated. please use JDK supplied XML parsers and transformers
 class DOMBuilderImpl
          Deprecated. please use JDK supplied XML parsers and transformers
 class DOMParser
          Deprecated. please use JDK supplied XML parsers and transformers
 class SAXParser
          Deprecated. please use JDK supplied XML parsers and transformers
 class SAXPullParser
          Deprecated. please use JDK supplied XML parsers and transformers
 class XMLDocumentParser
          Deprecated. please use JDK supplied XML parsers and transformers
 

Fields in weblogic.apache.xerces.parsers declared as XMLDocumentHandler
protected  XMLDocumentHandler BasicParserConfiguration.fDocumentHandler
          Deprecated. The document handler.
 

Methods in weblogic.apache.xerces.parsers that return XMLDocumentHandler
 XMLDocumentHandler BasicParserConfiguration.getDocumentHandler()
          Deprecated. Returns the registered document handler.
 

Methods in weblogic.apache.xerces.parsers with parameters of type XMLDocumentHandler
 void BasicParserConfiguration.setDocumentHandler(XMLDocumentHandler documentHandler)
          Deprecated. Sets the document handler on the last component in the pipeline to receive information about the document.
 

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

Subinterfaces of XMLDocumentHandler in weblogic.apache.xerces.xni.parser
 interface XMLDocumentFilter
          Deprecated. please use JDK supplied XML parsers and transformers
 

Methods in weblogic.apache.xerces.xni.parser that return XMLDocumentHandler
 XMLDocumentHandler XMLParserConfiguration.getDocumentHandler()
          Deprecated. Returns the registered document handler.
 XMLDocumentHandler XMLDocumentSource.getDocumentHandler()
          Deprecated. Returns the document handler
 

Methods in weblogic.apache.xerces.xni.parser with parameters of type XMLDocumentHandler
 void XMLParserConfiguration.setDocumentHandler(XMLDocumentHandler documentHandler)
          Deprecated. Sets the document handler to receive information about the document.
 void XMLDocumentSource.setDocumentHandler(XMLDocumentHandler handler)
          Deprecated. Sets the document handler.
 


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