BEA Systems, Inc.

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

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

Uses of XMLDTDHandler in weblogic.apache.xerces.dom
 

Methods in weblogic.apache.xerces.dom that return XMLDTDHandler
 XMLDTDHandler DOMValidationConfiguration.getDTDHandler()
          Deprecated. Returns the registered DTD handler.
 

Methods in weblogic.apache.xerces.dom with parameters of type XMLDTDHandler
 void DOMValidationConfiguration.setDTDHandler(XMLDTDHandler dtdHandler)
          Deprecated. Sets the DTD handler.
 

Uses of XMLDTDHandler in weblogic.apache.xerces.impl
 

Fields in weblogic.apache.xerces.impl declared as XMLDTDHandler
protected  XMLDTDHandler XMLDTDScannerImpl.fDTDHandler
          Deprecated. DTD handler.
 

Methods in weblogic.apache.xerces.impl with parameters of type XMLDTDHandler
 void XMLDTDScannerImpl.setDTDHandler(XMLDTDHandler dtdHandler)
          Deprecated. setDTDHandler
 

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

Classes in weblogic.apache.xerces.impl.dtd that implement XMLDTDHandler
 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 XMLDTDHandler
protected  XMLDTDHandler XMLDTDProcessor.fDTDHandler
          Deprecated. DTD handler.
 

Methods in weblogic.apache.xerces.impl.dtd with parameters of type XMLDTDHandler
 void XMLDTDProcessor.setDTDHandler(XMLDTDHandler dtdHandler)
          Deprecated. Sets the DTD handler.
 

Uses of XMLDTDHandler in weblogic.apache.xerces.parsers
 

Classes in weblogic.apache.xerces.parsers that implement XMLDTDHandler
 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 XMLDTDHandler
protected  XMLDTDHandler BasicParserConfiguration.fDTDHandler
          Deprecated. The DTD handler.
 

Methods in weblogic.apache.xerces.parsers that return XMLDTDHandler
 XMLDTDHandler BasicParserConfiguration.getDTDHandler()
          Deprecated. Returns the registered DTD handler.
 

Methods in weblogic.apache.xerces.parsers with parameters of type XMLDTDHandler
 void BasicParserConfiguration.setDTDHandler(XMLDTDHandler dtdHandler)
          Deprecated. Sets the DTD handler.
 

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

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

Methods in weblogic.apache.xerces.xni.parser that return XMLDTDHandler
 XMLDTDHandler XMLParserConfiguration.getDTDHandler()
          Deprecated. Returns the registered DTD handler.
 

Methods in weblogic.apache.xerces.xni.parser with parameters of type XMLDTDHandler
 void XMLParserConfiguration.setDTDHandler(XMLDTDHandler dtdHandler)
          Deprecated. Sets the DTD handler.
 void XMLDTDSource.setDTDHandler(XMLDTDHandler handler)
          Deprecated. Sets the DTD handler.
 


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