BEA Systems, Inc.

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

Packages that use XMLParserConfiguration
weblogic.apache.xerces.dom   
weblogic.apache.xerces.parsers   
weblogic.apache.xerces.xni.parser   
 

Uses of XMLParserConfiguration in weblogic.apache.xerces.dom
 

Classes in weblogic.apache.xerces.dom that implement XMLParserConfiguration
 class DOMValidationConfiguration
          Deprecated. please use JDK supplied XML parsers and transformers
 

Methods in weblogic.apache.xerces.dom with parameters of type XMLParserConfiguration
 void CoreDocumentImpl.copyConfigurationProperties(XMLParserConfiguration config)
          Deprecated. NON-DOM: copy configuration properties from the parsing configuration.
 

Uses of XMLParserConfiguration in weblogic.apache.xerces.parsers
 

Classes in weblogic.apache.xerces.parsers that implement XMLParserConfiguration
 class BasicParserConfiguration
          Deprecated. please use JDK supplied XML parsers and transformers
 class DTDConfiguration
          Deprecated. please use JDK supplied XML parsers and transformers
 class NonValidatingConfiguration
          Deprecated. please use JDK supplied XML parsers and transformers
 class SecurityConfiguration
          Deprecated. please use JDK supplied XML parsers and transformers
 class StandardParserConfiguration
          Deprecated. please use JDK supplied XML parsers and transformers
 class XML11Configuration
          Deprecated. please use JDK supplied XML parsers and transformers
 class XMLGrammarCachingConfiguration
          Deprecated. please use JDK supplied XML parsers and transformers
 

Fields in weblogic.apache.xerces.parsers declared as XMLParserConfiguration
protected  XMLParserConfiguration XMLParser.fConfiguration
          Deprecated. The parser configuration.
 

Constructors in weblogic.apache.xerces.parsers with parameters of type XMLParserConfiguration
AbstractDOMParser(XMLParserConfiguration config)
          Deprecated. Default constructor.
AbstractSAXParser(XMLParserConfiguration config)
          Deprecated. Default constructor.
AbstractXMLDocumentParser(XMLParserConfiguration config)
          Deprecated. Constructs a document parser using the default symbol table and grammar pool.
DOMBuilderImpl(XMLParserConfiguration config)
          Deprecated. Constructs a DOM Builder using the specified parser configuration.
DOMParser(XMLParserConfiguration config)
          Deprecated. Constructs a DOM parser using the specified parser configuration.
SAXParser(XMLParserConfiguration config)
          Deprecated. Constructs a SAX parser using the specified parser configuration.
XMLDocumentParser(XMLParserConfiguration config)
          Deprecated. Constructs a document parser using the specified parser configuration.
XMLParser(XMLParserConfiguration config)
          Deprecated. Default Constructor.
 

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

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


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