Uses of Class
org.xml.sax.InputSource

Packages that use InputSource
org.apache.xerces.framework   
org.apache.xerces.jaxp   
org.apache.xerces.readers   
org.xml.sax   
org.xml.sax.helpers   
 

Uses of InputSource in org.apache.xerces.framework
 

Methods in org.apache.xerces.framework with parameters of type InputSource
 boolean XMLParser.parseSomeSetup(InputSource source)
          Setup for application-driven parsing.
 void XMLParser.parse(InputSource source)
          Parses the specified input source.
 

Uses of InputSource in org.apache.xerces.jaxp
 

Methods in org.apache.xerces.jaxp with parameters of type InputSource
 Document DocumentBuilderImpl.parse(InputSource source)
          Parses the content of the given InputSource and returns a Document object.
 

Uses of InputSource in org.apache.xerces.readers
 

Methods in org.apache.xerces.readers that return InputSource
 InputSource XMLCatalogHandler.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Resolves external entities.
 InputSource XCatalog.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Resolves external entities.
 

Methods in org.apache.xerces.readers with parameters of type InputSource
abstract  void XMLCatalogHandler.loadCatalog(InputSource source)
          Loads the catalog stream specified by the given input source and appends the contents to the catalog.
 XMLEntityHandler.EntityReader XMLEntityReaderFactory.createReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, InputSource source, java.lang.String systemId, boolean xmlDecl, StringPool stringPool)
          Create an entity reader for the source.
 XMLEntityHandler.EntityReader DefaultReaderFactory.createReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, InputSource source, java.lang.String systemId, boolean xmlDecl, StringPool stringPool)
          Create a reader
 boolean XMLEntityHandler.startReadingFromDocument(InputSource source)
          Start reading document from an InputSource.
 boolean DefaultEntityHandler.startReadingFromDocument(InputSource source)
           
 void XCatalog.loadCatalog(InputSource source)
          Loads the catalog stream specified by the given input source and appends the contents to the catalog.
 

Uses of InputSource in org.xml.sax
 

Methods in org.xml.sax that return InputSource
 InputSource HandlerBase.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Deprecated. Resolve an external entity.
 InputSource EntityResolver.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Allow the application to resolve external entities.
 

Methods in org.xml.sax with parameters of type InputSource
 void Parser.parse(InputSource source)
          Deprecated. Parse an XML document.
 void XMLReader.parse(InputSource input)
          Parse an XML document.
 

Uses of InputSource in org.xml.sax.helpers
 

Methods in org.xml.sax.helpers that return InputSource
 InputSource DefaultHandler.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Resolve an external entity.
 InputSource XMLFilterImpl.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Filter an external entity resolution.
 

Methods in org.xml.sax.helpers with parameters of type InputSource
 void ParserAdapter.parse(InputSource input)
          Parse an XML document.
 void XMLReaderAdapter.parse(InputSource input)
          Parse the document.
 void XMLFilterImpl.parse(InputSource input)
          Parse a document.
 



Copyright © 1999-2000 Apache XML Project. All Rights Reserved.