|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InputSource | |
| org.apache.batik.dom.svg | |
| org.apache.batik.dom.util | Provides some utility classes for the implementation of the DOM. |
| org.xml.sax | |
| org.xml.sax.helpers | |
| Uses of InputSource in org.apache.batik.dom.svg |
| Methods in org.apache.batik.dom.svg that return InputSource | |
InputSource |
SAXSVGDocumentFactory.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
SAX2: Implements EntityResolver.resolveEntity(String,String). |
| Uses of InputSource in org.apache.batik.dom.util |
| Methods in org.apache.batik.dom.util with parameters of type InputSource | |
protected Document |
SAXDocumentFactory.createDocument(java.lang.String ns,
java.lang.String root,
java.lang.String uri,
InputSource is)
Creates a Document. |
protected Document |
SAXDocumentFactory.createDocument(InputSource is)
Creates a Document. |
| 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)
Deprecated. Resolve an external entity. |
| 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.helpers |
| Methods in org.xml.sax.helpers that return InputSource | |
InputSource |
DefaultHandler.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Resolve an external entity. |
InputSource |
XMLFilterImpl.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Filter an external entity resolution. |
| Methods in org.xml.sax.helpers with parameters of type InputSource | |
void |
ParserAdapter.parse(InputSource input)
Parse an XML document. |
void |
XMLFilterImpl.parse(InputSource input)
Parse a document. |
void |
XMLReaderAdapter.parse(InputSource input)
Parse the document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||