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 is)
           
 

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.
 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.
 boolean XMLEntityHandler.startReadingFromDocument(InputSource source)
          Start reading document from an InputSource.
 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
 

Uses of InputSource in org.xml.sax
 

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

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

Uses of InputSource in org.xml.sax.helpers
 

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

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



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