| GNU Classpath (0.95) | |
| Frames | No Frames |
Constructors with parameter type org.xml.sax.InputSource | |
Constructor with an input source.
| |
Constructor with a SAX parser and input source.
| |
Methods with parameter type org.xml.sax.InputSource | |
| void | Sets the input source to parse.
|
Methods with return type org.xml.sax.InputSource | |
| InputSource | Returns the input source to parse.
|
| InputSource | Converts a source into a SAX input source.
|
Methods with return type org.xml.sax.InputSource | |
| InputSource | Tells the parser that if no external subset has been declared
in the document text, none should be used.
|
| InputSource | Allows applications to provide an external subset for documents
that don't explicitly define one. |
| InputSource | Invokes
EntityResolver2.resolveEntity()
with null entity name and base URI.
|
| InputSource | Tells the parser to resolve the systemId against the baseURI
and read the entity text from that resulting absolute URI.
|
| InputSource | Allows applications to map references to external entities into input
sources, or tell the parser it should use conventional URI resolution.
|
Methods with parameter type org.xml.sax.InputSource | |
| void | Parse an XML document.
|
| void | Parse a document.
|
| void | Parse the document.
|
Methods with return type org.xml.sax.InputSource | |
| InputSource | Resolve an external entity.
|
| InputSource | Filter an external entity resolution.
|
Methods with parameter type org.xml.sax.InputSource | |
| void | Parse an XML document.
|
| void | Parse an XML document.
|
Methods with return type org.xml.sax.InputSource | |
| InputSource | Allow the application to resolve external entities.
|
| InputSource | Resolve an external entity.
|
Methods with parameter type org.xml.sax.InputSource | |
| Document | Parse the specified input source and return a DOM Document.
|
| void | Parse the specified input source, reporting SAX1 events to the
given handler.
|
| void | Parse the specified input source, reporting SAX2 events to the
given handler.
|
Methods with parameter type org.xml.sax.InputSource | |
| String | Evaluates an expression and returns the result as a string.
|
| Object | Evaluates an expression.
|
| String | Evaluates this expression against the specified context, returning the
result as a string.
|
| Object | Evaluates this expression against the specified context.
|
| GNU Classpath (0.95) |