Uses of Class
org.xml.sax.InputSource

Packages that use InputSource
gnu.xml.aelfred2 This package contains Ælfred2, which includes an enhanced SAX2-compatible version of the Ælfred non-validating XML parser, a modular (and hence optional) DTD validating parser, and modular (and hence optional) JAXP glue to those. 
gnu.xml.util This package contains XML utilities, including SAX2 XML writers and a parser of DOM trees, plus a command line driver. 
org.xml.sax This package provides the core SAX APIs. 
org.xml.sax.ext This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support. 
org.xml.sax.helpers This package contains "helper" classes, including support for bootstrapping SAX-based applications. 
 

Uses of InputSource in gnu.xml.aelfred2
 

Methods in gnu.xml.aelfred2 with parameters of type InputSource
 void SAXDriver.parse(InputSource source)
          SAX1, SAX2: Auxiliary API to parse an XML document, used mostly when no URI is available.
 void XmlReader.parse(InputSource source)
          SAX1: Underlying API to parse an XML document, used directly when no URI is available.
 

Uses of InputSource in gnu.xml.util
 

Methods in gnu.xml.util that return InputSource
 InputSource Resolver.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Uses a local dictionary of public identifiers to resolve URIs, normally with the goal of minimizing network traffic or latencies.
 

Methods in gnu.xml.util with parameters of type InputSource
 void DomParser.parse(InputSource input)
          SAX1: Parses the previously provided DOM document (the input parameter is ignored).
 

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 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.ext
 

Methods in org.xml.sax.ext that return InputSource
 InputSource DefaultHandler2.getExternalSubset(java.lang.String name, java.lang.String baseURI)
          Tells the parser that if no external subset has been declared in the document text, none should be used.
 InputSource DefaultHandler2.resolveEntity(java.lang.String name, java.lang.String publicId, java.lang.String baseURI, java.lang.String systemId)
          Tells the parser to resolve the systemId against the baseURI and read the entity text from that resulting absolute URI.
 InputSource EntityResolver2.getExternalSubset(java.lang.String name, java.lang.String baseURI)
          Allows applications to provide an external subset for documents that don't explicitly define one.
 InputSource EntityResolver2.resolveEntity(java.lang.String name, java.lang.String publicId, java.lang.String baseURI, java.lang.String systemId)
          Allows applications to map references to external entities into input sources, or tell the parser it should use conventional URI resolution.
 

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 XMLReaderAdapter.parse(InputSource input)
          Parse the document.
 void XMLFilterImpl.parse(InputSource input)
          Parse a document.
 void ParserAdapter.parse(InputSource input)
          Parse an XML document.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2008-10-18.