|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputSource | |
---|---|
gnu.xml.aelfred2 | This package contains Ælfred2, which includes an enhanced SAX2-compatible version of the Ælfred non-validating XML parser, a modular (and hence optional) DTD validating parser, and modular (and hence optional) JAXP glue to those. |
gnu.xml.util | This package contains XML utilities, including SAX2 XML writers and a parser of DOM trees, plus a command line driver. |
org.xml.sax | This package provides the core SAX APIs. |
org.xml.sax.ext | This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support. |
org.xml.sax.helpers | This package contains "helper" classes, including support for bootstrapping SAX-based applications. |
Uses of InputSource in gnu.xml.aelfred2 |
---|
Methods in gnu.xml.aelfred2 with parameters of type InputSource | |
void |
SAXDriver.parse(InputSource source)
SAX1, SAX2: Auxiliary API to parse an XML document, used mostly when no URI is available. |
void |
XmlReader.parse(InputSource source)
SAX1: Underlying API to parse an XML document, used directly when no URI is available. |
Uses of InputSource in gnu.xml.util |
---|
Methods in gnu.xml.util that return InputSource | |
InputSource |
Resolver.resolveEntity(String publicId,
String systemId)
Uses a local dictionary of public identifiers to resolve URIs, normally with the goal of minimizing network traffic or latencies. |
Methods in gnu.xml.util with parameters of type InputSource | |
void |
DomParser.parse(InputSource input)
SAX1: Parses the previously provided DOM document (the input parameter is ignored). |
Uses of InputSource in org.xml.sax |
---|
Methods in org.xml.sax that return InputSource | |
InputSource |
HandlerBase.resolveEntity(String publicId,
String systemId)
Deprecated. Resolve an external entity. |
InputSource |
EntityResolver.resolveEntity(String publicId,
String systemId)
Allow the application to resolve external entities. |
Methods in org.xml.sax with parameters of type InputSource | |
void |
XMLReader.parse(InputSource input)
Parse an XML document. |
void |
Parser.parse(InputSource source)
Deprecated. Parse an XML document. |
Uses of InputSource in org.xml.sax.ext |
---|
Methods in org.xml.sax.ext that return InputSource | |
InputSource |
DefaultHandler2.getExternalSubset(String name,
String baseURI)
Tells the parser that if no external subset has been declared in the document text, none should be used. |
InputSource |
DefaultHandler2.resolveEntity(String name,
String publicId,
String baseURI,
String systemId)
Tells the parser to resolve the systemId against the baseURI and read the entity text from that resulting absolute URI. |
InputSource |
EntityResolver2.getExternalSubset(String name,
String baseURI)
Allows applications to provide an external subset for documents that don't explicitly define one. |
InputSource |
EntityResolver2.resolveEntity(String name,
String publicId,
String baseURI,
String systemId)
Allows applications to map references to external entities into input sources, or tell the parser it should use conventional URI resolution. |
Uses of InputSource in org.xml.sax.helpers |
---|
Methods in org.xml.sax.helpers that return InputSource | |
InputSource |
XMLFilterImpl.resolveEntity(String publicId,
String systemId)
Filter an external entity resolution. |
InputSource |
DefaultHandler.resolveEntity(String publicId,
String systemId)
Resolve an external entity. |
Methods in org.xml.sax.helpers with parameters of type InputSource | |
void |
XMLReaderAdapter.parse(InputSource input)
Parse the document. |
void |
XMLFilterImpl.parse(InputSource input)
Parse a document. |
void |
ParserAdapter.parse(InputSource input)
Parse an XML document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2007-02-12.