Frames | No Frames |
Methods with parameter type org.xml.sax.InputSource | |
void |
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.
|
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 parameter type org.xml.sax.InputSource | |
NamedInputStream | Returns an input stream for the specified input source.
|
Methods with parameter type org.xml.sax.InputSource | |
void | SAX1: Parses the previously provided DOM document (the
input parameter is ignored). |
Methods with return type org.xml.sax.InputSource | |
InputSource | "New Style" parser callback to add an external subset.
|
InputSource | Uses a local dictionary of public identifiers to resolve URIs,
normally with the goal of minimizing network traffic or latencies.
|
InputSource | "Old Style" external entity resolution for parsers.
|
InputSource | "New Style" external entity resolution for parsers.
|
InputSource | Resolves a URI reference that's not defined to the DTD.
|
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 | |
void |
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 | |
String | |
Object | |
String | |
Object |
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 | |
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.
|
Methods with parameter type org.xml.sax.InputSource | |
Document |
Methods with parameter type org.xml.sax.InputSource | |
void | SAX1, SAX2: Auxiliary API to parse an XML document, used mostly
when no URI is available.
|
void | SAX1: Underlying API to parse an XML document, used
directly when no URI is available. |