Searched defs:InputSource (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/
H A DInputSource.java4 // $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 { class
71 public InputSource () method in class:InputSource
93 public InputSource (String systemId) method in class:InputSource
114 public InputSource (InputStream byteStream) method in class:InputSource
135 public InputSource (Reade method in class:InputSource
[all...]

Completed in 78 milliseconds