BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


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

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

Uses of XMLComponentManager in weblogic.apache.xerces.dom
 

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

Methods in weblogic.apache.xerces.dom with parameters of type XMLComponentManager
protected  void DOMNormalizer.reset(XMLComponentManager componentManager)
          Deprecated.  
 

Constructors in weblogic.apache.xerces.dom with parameters of type XMLComponentManager
DOMValidationConfiguration(SymbolTable symbolTable, XMLComponentManager parentSettings)
          Deprecated. Constructs a parser configuration using the specified symbol table and parent settings.
 

Uses of XMLComponentManager in weblogic.apache.xerces.impl
 

Methods in weblogic.apache.xerces.impl with parameters of type XMLComponentManager
 void XMLScanner.reset(XMLComponentManager componentManager)
          Deprecated.  
 void XMLNamespaceBinder.reset(XMLComponentManager componentManager)
          Deprecated. Resets the component.
 void XMLErrorReporter.reset(XMLComponentManager componentManager)
          Deprecated. Resets the component.
 void XMLEntityManager.reset(XMLComponentManager componentManager)
          Deprecated. Resets the component.
 void XMLDTDScannerImpl.reset(XMLComponentManager componentManager)
          Deprecated. reset
 void XMLDocumentScannerImpl.reset(XMLComponentManager componentManager)
          Deprecated. Resets the component.
 void XMLDocumentFragmentScannerImpl.reset(XMLComponentManager componentManager)
          Deprecated. Resets the component.
 

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

Methods in weblogic.apache.xerces.impl.dtd with parameters of type XMLComponentManager
 void XMLDTDValidator.reset(XMLComponentManager componentManager)
          Deprecated.  
 void XMLDTDProcessor.reset(XMLComponentManager componentManager)
          Deprecated.  
 

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

Methods in weblogic.apache.xerces.impl.xs with parameters of type XMLComponentManager
 void XMLSchemaValidator.reset(XMLComponentManager componentManager)
          Deprecated.  
 

Uses of XMLComponentManager in weblogic.apache.xerces.parsers
 

Classes in weblogic.apache.xerces.parsers that implement XMLComponentManager
 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
 

Constructors in weblogic.apache.xerces.parsers with parameters of type XMLComponentManager
XMLGrammarCachingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)
          Deprecated. Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
XML11Configuration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)
          Deprecated. Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
StandardParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)
          Deprecated. Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
SecurityConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)
          Deprecated. Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
NonValidatingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)
          Deprecated. Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
DTDConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)
          Deprecated. Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
BasicParserConfiguration(SymbolTable symbolTable, XMLComponentManager parentSettings)
          Deprecated. Constructs a parser configuration using the specified symbol table and parent settings.
 

Uses of XMLComponentManager in weblogic.apache.xerces.util
 

Classes in weblogic.apache.xerces.util that implement XMLComponentManager
 class ParserConfigurationSettings
          Deprecated. please use JDK supplied XML parsers and transformers
 

Fields in weblogic.apache.xerces.util declared as XMLComponentManager
protected  XMLComponentManager ParserConfigurationSettings.fParentSettings
          Deprecated. Parent parser configuration settings.
 

Constructors in weblogic.apache.xerces.util with parameters of type XMLComponentManager
ParserConfigurationSettings(XMLComponentManager parent)
          Deprecated. Constructs a parser configuration settings object with a parent settings object.
 

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

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

Methods in weblogic.apache.xerces.xni.parser with parameters of type XMLComponentManager
 void XMLComponent.reset(XMLComponentManager componentManager)
          Deprecated. Resets the component.
 


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