Uses of Class
org.xml.sax.InputSource

Packages that use InputSource
javax.xml.parsers Provides classes allowing the processing of XML documents. 
javax.xml.transform.sax This package implements SAX2-specific transformation APIs. 
org.apache.xalan.processor Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
org.xml.sax SAX 2.0 interfaces. 
org.xml.sax.helpers SAX 2.0 implementation classes. 
 

Uses of InputSource in javax.xml.parsers
 

Methods in javax.xml.parsers with parameters of type InputSource
 void SAXParser.parse(InputSource is, HandlerBase hb)
          Parse the content given org.xml.sax.InputSource as XML using the specified org.xml.sax.HandlerBase.
 void SAXParser.parse(InputSource is, DefaultHandler dh)
          Parse the content given org.xml.sax.InputSource as XML using the specified org.xml.sax.helpers.DefaultHandler.
abstract  Document DocumentBuilder.parse(InputSource is)
          Parse the content of the given input source as an XML document and return a new DOM Document object.
 

Uses of InputSource in javax.xml.transform.sax
 

Methods in javax.xml.transform.sax that return InputSource
 InputSource SAXSource.getInputSource()
          Get the SAX InputSource to be used for the Source.
static InputSource SAXSource.sourceToInputSource(Source source)
          Attempt to obtain a SAX InputSource object from a TrAX Source object.
 

Methods in javax.xml.transform.sax with parameters of type InputSource
 void SAXSource.setInputSource(InputSource inputSource)
          Set the SAX InputSource to be used for the Source.
 

Constructors in javax.xml.transform.sax with parameters of type InputSource
SAXSource.SAXSource(XMLReader reader, InputSource inputSource)
          Create a SAXSource, using an XMLReader and a SAX InputSource.
SAXSource.SAXSource(InputSource inputSource)
          Create a SAXSource, using a SAX InputSource.
 

Uses of InputSource in org.apache.xalan.processor
 

Methods in org.apache.xalan.processor that return InputSource
 InputSource XSLTElementProcessor.resolveEntity(StylesheetHandler handler, java.lang.String publicId, java.lang.String systemId)
          Resolve an external entity.
 InputSource StylesheetHandler.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Resolve an external entity.
 

Uses of InputSource in org.apache.xalan.transformer
 

Methods in org.apache.xalan.transformer with parameters of type InputSource
 void TrAXFilter.parse(InputSource input)
          Parse a document.
 

Uses of InputSource in org.apache.xpath
 

Methods in org.apache.xpath with parameters of type InputSource
 void DOM2Helper.parse(InputSource source)
          **For internal use only** Parse an XML document.
 

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



Copyright © 2000 Apache XML Project. All Rights Reserved.