OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputSource
(Results
1 - 7
of
7
) 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/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 38 milliseconds