Uses of Class
org.xml.sax.InputSource

Packages that use InputSource
org.xml.sax This package provides the core SAX APIs. 
org.xml.sax.helpers This package contains "helper" classes, including support for bootstrapping SAX-based applications. 
 

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



SAX is in the PUBLIC DOMAIN.
See http://www.saxproject.org for information and source code.
This documentation was derived from that source code on 29-Jan-2002.