Uses of Class
org.xml.sax.InputSource

Packages that use InputSource
javax.xml.parsers   
org.apache.mirae.j2me.xml   
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.
 

Uses of InputSource in org.apache.mirae.j2me.xml
 

Methods in org.apache.mirae.j2me.xml with parameters of type InputSource
 void SAXParserImpl.parse(InputSource is, DefaultHandler handler)
           
 

Constructors in org.apache.mirae.j2me.xml with parameters of type InputSource
NonValidatingParser(InputSource source, DefaultHandler handler, SAXParserImpl saxParser)
          Constructor with source, handler and SAXParserImpl
 

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.
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.