BEA Systems, Inc.

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

Packages that use XMLDTDContentModelHandler
weblogic.apache.xerces.dom   
weblogic.apache.xerces.impl   
weblogic.apache.xerces.impl.dtd   
weblogic.apache.xerces.parsers   
weblogic.apache.xerces.xni.parser   
 

Uses of XMLDTDContentModelHandler in weblogic.apache.xerces.dom
 

Methods in weblogic.apache.xerces.dom that return XMLDTDContentModelHandler
 XMLDTDContentModelHandler DOMValidationConfiguration.getDTDContentModelHandler()
          Deprecated. Returns the registered DTD content model handler.
 

Methods in weblogic.apache.xerces.dom with parameters of type XMLDTDContentModelHandler
 void DOMValidationConfiguration.setDTDContentModelHandler(XMLDTDContentModelHandler handler)
          Deprecated. Sets the DTD content model handler.
 

Uses of XMLDTDContentModelHandler in weblogic.apache.xerces.impl
 

Fields in weblogic.apache.xerces.impl declared as XMLDTDContentModelHandler
protected  XMLDTDContentModelHandler XMLDTDScannerImpl.fDTDContentModelHandler
          Deprecated. DTD content model handler.
 

Methods in weblogic.apache.xerces.impl with parameters of type XMLDTDContentModelHandler
 void XMLDTDScannerImpl.setDTDContentModelHandler(XMLDTDContentModelHandler dtdContentModelHandler)
          Deprecated. setDTDContentModelHandler
 

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

Classes in weblogic.apache.xerces.impl.dtd that implement XMLDTDContentModelHandler
 class DTDGrammar
          Deprecated. please use JDK supplied XML parsers and transformers
 class XMLDTDLoader
          Deprecated. please use JDK supplied XML parsers and transformers
 class XMLDTDProcessor
          Deprecated. please use JDK supplied XML parsers and transformers
 

Fields in weblogic.apache.xerces.impl.dtd declared as XMLDTDContentModelHandler
protected  XMLDTDContentModelHandler XMLDTDProcessor.fDTDContentModelHandler
          Deprecated. DTD content model handler.
 

Methods in weblogic.apache.xerces.impl.dtd with parameters of type XMLDTDContentModelHandler
 void XMLDTDProcessor.setDTDContentModelHandler(XMLDTDContentModelHandler dtdContentModelHandler)
          Deprecated. Sets the DTD content model handler.
 

Uses of XMLDTDContentModelHandler in weblogic.apache.xerces.parsers
 

Classes in weblogic.apache.xerces.parsers that implement XMLDTDContentModelHandler
 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 DTDParser
          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 XMLDTDContentModelHandler
protected  XMLDTDContentModelHandler BasicParserConfiguration.fDTDContentModelHandler
          Deprecated. The DTD content model handler.
 

Methods in weblogic.apache.xerces.parsers that return XMLDTDContentModelHandler
 XMLDTDContentModelHandler BasicParserConfiguration.getDTDContentModelHandler()
          Deprecated. Returns the registered DTD content model handler.
 

Methods in weblogic.apache.xerces.parsers with parameters of type XMLDTDContentModelHandler
 void BasicParserConfiguration.setDTDContentModelHandler(XMLDTDContentModelHandler handler)
          Deprecated. Sets the DTD content model handler.
 

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

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

Methods in weblogic.apache.xerces.xni.parser that return XMLDTDContentModelHandler
 XMLDTDContentModelHandler XMLParserConfiguration.getDTDContentModelHandler()
          Deprecated. Returns the registered DTD content model handler.
 

Methods in weblogic.apache.xerces.xni.parser with parameters of type XMLDTDContentModelHandler
 void XMLParserConfiguration.setDTDContentModelHandler(XMLDTDContentModelHandler dtdContentModelHandler)
          Deprecated. Sets the DTD content model handler.
 void XMLDTDContentModelSource.setDTDContentModelHandler(XMLDTDContentModelHandler handler)
          Deprecated. Sets the DTD content model handler.
 


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