Uses of Class
org.xml.sax.InputSource

Packages that use InputSource
org.apache.batik.dom.svg   
org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. 
org.apache.batik.refimpl.transcoder   
org.apache.batik.transcoder Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format. 
org.xml.sax   
org.xml.sax.helpers   
 

Uses of InputSource in org.apache.batik.dom.svg
 

Methods in org.apache.batik.dom.svg that return InputSource
 InputSource SVGDocumentFactory.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          SAX2: Implements EntityResolver.resolveEntity(String,String).
 

Methods in org.apache.batik.dom.svg with parameters of type InputSource
 SVGOMDocument SVGDocumentFactory.createDocument(java.lang.String uri, InputSource is)
          Creates a SVGOMDocument instance.
 

Uses of InputSource in org.apache.batik.dom.util
 

Methods in org.apache.batik.dom.util with parameters of type InputSource
 Document DocumentFactory.createDocument(java.lang.String ns, java.lang.String root, java.lang.String uri, InputSource is)
          Creates a GenericDocument.
 

Uses of InputSource in org.apache.batik.refimpl.transcoder
 

Methods in org.apache.batik.refimpl.transcoder with parameters of type InputSource
 void AbstractTranscoder.transcodeToStream(InputSource isource, java.io.OutputStream ostream)
          Creates a Document using the specified isource and call the transcodeToStream(Document, OutputStream).
 

Uses of InputSource in org.apache.batik.transcoder
 

Methods in org.apache.batik.transcoder with parameters of type InputSource
 void Transcoder.transcodeToStream(InputSource isource, java.io.OutputStream ostream)
          Transcodes the specified input and write the result to the specified output.
 

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



Copyright © 2000 Apache Software Foundation. All Rights Reserved.