|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputSource | |
javax.xml.parsers | Provides classes allowing the processing of XML documents. |
org.xml.sax | SAX (Simple API to XML) is an event-driven parser API, which supports most of the widely available XML parsers. |
Uses of InputSource in javax.xml.parsers |
Methods in javax.xml.parsers with parameters of type InputSource | |
void |
SAXParser.parse(InputSource is,
HandlerBase hb)
Parse the content given org.xml.sax.InputSource
as XML using the specified
org.xml.sax.HandlerBase . |
abstract Document |
DocumentBuilder.parse(InputSource is)
Parse the content of the given input source as an XML document and return a new DOM Document object. |
Uses of InputSource in org.xml.sax |
Methods in org.xml.sax that return InputSource | |
InputSource |
EntityResolver.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Allow the application to resolve external entities. |
InputSource |
HandlerBase.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Resolve an external entity. |
Methods in org.xml.sax with parameters of type InputSource | |
void |
Parser.parse(InputSource source)
Parse an XML document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |