Uses of Class
org.xml.sax.InputSource

Packages that use InputSource
javax.xml.parsers The javax.xml.parsers package contains the Java API for XML Processing (JAXP) subset defined by JSR 280. 
org.xml.sax This package provides the core of the Java ME SAX API subset defined by JSR 280. 
org.xml.sax.helpers   
 

Uses of InputSource in javax.xml.parsers
 

Methods in javax.xml.parsers with parameters of type InputSource
abstract  void SAXParser.parse(InputSource is, DefaultHandler dh)
          Parse the content given InputSource as XML using the specified 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 org.xml.sax
 

Methods in org.xml.sax that return InputSource
 InputSource EntityResolver.resolveEntity(String publicId, 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.
 

Uses of InputSource in org.xml.sax.helpers
 

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



No warranty, no copyright, This is public domain. See the Copyright Notice for details.