BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Class
weblogic.apache.xerces.xni.parser.XMLInputSource

Packages that use XMLInputSource
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.grammars   
weblogic.apache.xerces.xni.parser   
 

Uses of XMLInputSource in weblogic.apache.xerces.dom
 

Methods in weblogic.apache.xerces.dom with parameters of type XMLInputSource
 void DOMValidationConfiguration.parse(XMLInputSource inputSource)
          Deprecated. Parse an XML document.
 

Uses of XMLInputSource in weblogic.apache.xerces.impl
 

Methods in weblogic.apache.xerces.impl that return XMLInputSource
 XMLInputSource XMLEntityManager.resolveEntity(XMLResourceIdentifier resourceIdentifier)
          Deprecated. Resolves the specified public and system identifiers.
 

Methods in weblogic.apache.xerces.impl with parameters of type XMLInputSource
 void XMLEntityManager.startDocumentEntity(XMLInputSource xmlInputSource)
          Deprecated. Starts the document entity.
 void XMLEntityManager.startDTDEntity(XMLInputSource xmlInputSource)
          Deprecated. Starts the DTD entity.
 void XMLEntityManager.startEntity(String name, XMLInputSource xmlInputSource, boolean literal, boolean isExternal)
          Deprecated. Starts an entity.
 void XMLDTDScannerImpl.setInputSource(XMLInputSource inputSource)
          Deprecated. Sets the input source.
 void XMLDocumentScannerImpl.setInputSource(XMLInputSource inputSource)
          Deprecated. Sets the input source.
 void XMLDocumentFragmentScannerImpl.setInputSource(XMLInputSource inputSource)
          Deprecated. Sets the input source.
 

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

Methods in weblogic.apache.xerces.impl.dtd with parameters of type XMLInputSource
 Grammar XMLDTDLoader.loadGrammar(XMLInputSource source)
          Deprecated. Returns a Grammar object by parsing the contents of the entity pointed to by source.
 

Constructors in weblogic.apache.xerces.impl.dtd with parameters of type XMLInputSource
XMLDTDDescription(XMLInputSource source)
           
 

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

Methods in weblogic.apache.xerces.impl.xs that return XMLInputSource
static XMLInputSource XMLSchemaLoader.resolveDocument(XSDDescription desc, Hashtable locationPairs, XMLEntityResolver entityResolver)
          Deprecated.  
 

Methods in weblogic.apache.xerces.impl.xs with parameters of type XMLInputSource
 Grammar XMLSchemaLoader.loadGrammar(XMLInputSource source)
          Deprecated. Returns a Grammar object by parsing the contents of the entity pointed to by source.
 

Uses of XMLInputSource in weblogic.apache.xerces.parsers
 

Fields in weblogic.apache.xerces.parsers declared as XMLInputSource
protected  XMLInputSource NonValidatingConfiguration.fInputSource
          Deprecated. Input Source
protected  XMLInputSource DTDConfiguration.fInputSource
          Deprecated. Input Source
 

Methods in weblogic.apache.xerces.parsers with parameters of type XMLInputSource
 void XMLPullParser.parse(XMLInputSource inputSource)
          Deprecated. parse
 void XMLPullParser.setInputSource(XMLInputSource inputSource)
          Deprecated.  
 void XMLParser.parse(XMLInputSource inputSource)
          Deprecated. parse
 Grammar XMLGrammarPreparser.preparseGrammar(String type, XMLInputSource is)
          Deprecated. Parse a grammar from a location identified by an XMLInputSource.
 Grammar XMLGrammarCachingConfiguration.parseGrammar(String type, XMLInputSource is)
          Deprecated. Parse a grammar from a location identified by an XMLInputSource.
 void NonValidatingConfiguration.setInputSource(XMLInputSource inputSource)
          Deprecated. Sets the input source for the document to parse.
 void NonValidatingConfiguration.parse(XMLInputSource source)
          Deprecated. Parses the specified input source.
 void DTDConfiguration.setInputSource(XMLInputSource inputSource)
          Deprecated. Sets the input source for the document to parse.
 void DTDConfiguration.parse(XMLInputSource source)
          Deprecated. Parses the specified input source.
abstract  void BasicParserConfiguration.parse(XMLInputSource inputSource)
          Deprecated. Parse an XML document.
 

Uses of XMLInputSource in weblogic.apache.xerces.util
 

Methods in weblogic.apache.xerces.util that return XMLInputSource
 XMLInputSource EntityResolverWrapper.resolveEntity(XMLResourceIdentifier resourceIdentifier)
          Deprecated. Resolves an external parsed entity.
 XMLInputSource DOMEntityResolverWrapper.resolveEntity(XMLResourceIdentifier resourceIdentifier)
          Deprecated. Resolves an external parsed entity.
 

Uses of XMLInputSource in weblogic.apache.xerces.xni.grammars
 

Methods in weblogic.apache.xerces.xni.grammars with parameters of type XMLInputSource
 Grammar XMLGrammarLoader.loadGrammar(XMLInputSource source)
          Deprecated. Returns a Grammar object by parsing the contents of the entity pointed to by source.
 

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

Methods in weblogic.apache.xerces.xni.parser that return XMLInputSource
 XMLInputSource XMLEntityResolver.resolveEntity(XMLResourceIdentifier resourceIdentifier)
          Deprecated. Resolves an external parsed entity.
 

Methods in weblogic.apache.xerces.xni.parser with parameters of type XMLInputSource
 void XMLPullParserConfiguration.setInputSource(XMLInputSource inputSource)
          Deprecated. Sets the input source for the document to parse.
 void XMLParserConfiguration.parse(XMLInputSource inputSource)
          Deprecated. Parse an XML document.
 void XMLDTDScanner.setInputSource(XMLInputSource inputSource)
          Deprecated. Sets the input source.
 void XMLDocumentScanner.setInputSource(XMLInputSource inputSource)
          Deprecated. Sets the input source.
 


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