Home | History | Annotate | Download | only in sax

Lines Matching defs:InputSource

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)
338 // end of InputSource.java