HomeSort by relevance Sort by last modified time
    Searched defs:InputSource (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/org/xml/sax/
InputSource.java 4 // $Id: InputSource.java,v 1.9 2002/01/30 21:13:45 dbrownell Exp $
31 * <p>The SAX parser will use the InputSource object to determine how
37 * encoding specified in the InputSource or else (if no encoding is
45 * <p>An InputSource object belongs to the application: the SAX parser
55 * @see org.xml.sax.XMLReader#parse(org.xml.sax.InputSource)
60 public class InputSource {
71 public InputSource ()
93 public InputSource (String systemId)
114 public InputSource (InputStream byteStream)
135 public InputSource (Reader characterStream
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 24 milliseconds