|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputSource | |
org.dom4j.io | Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. |
org.dom4j.io.aelfred | The default SAX XMLReader implementation which is a port of the original Aelfred SAX Parser. |
org.dom4j.io.aelfred2 | This code has been taken from the GNU JAXP Project. |
org.dom4j.jaxb | |
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 org.dom4j.io |
Methods in org.dom4j.io that return InputSource | |
InputSource |
SAXContentHandler.getInputSource()
|
InputSource |
SAXReader.SAXEntityResolver.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
|
Methods in org.dom4j.io with parameters of type InputSource | |
void |
SAXWriter.parse(InputSource input)
Parses an XML document. |
Document |
SAXModifier.modify(InputSource source)
Reads a Document from the given InputSource
and writes it to the specified XMLWriter using SAX. |
void |
XMLWriter.parse(InputSource source)
|
void |
DocumentSource.setInputSource(InputSource inputSource)
This method is not supported as this source is always a Document instance. |
void |
SAXContentHandler.setInputSource(InputSource inputSource)
|
Document |
SAXReader.read(InputSource in)
Reads a Document from the given InputSource using SAX |
Uses of InputSource in org.dom4j.io.aelfred |
Methods in org.dom4j.io.aelfred with parameters of type InputSource | |
void |
SAXDriver.parse(InputSource source)
Deprecated. SAX1, SAX2: Auxiliary API to parse an XML document, used mostly when no URI is available. |
Uses of InputSource in org.dom4j.io.aelfred2 |
Methods in org.dom4j.io.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. |
Uses of InputSource in org.dom4j.jaxb |
Methods in org.dom4j.jaxb with parameters of type InputSource | |
Document |
JAXBReader.read(InputSource source)
Parses the specified InputSource |
Document |
JAXBModifier.modify(InputSource source)
Parses the specified InputSource with SAX. |
Uses of InputSource in org.xml.sax |
Methods in org.xml.sax that return InputSource | |
InputSource |
HandlerBase.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Deprecated. Resolve an external entity. |
InputSource |
EntityResolver.resolveEntity(java.lang.String publicId,
java.lang.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 |
EntityResolver2.getExternalSubset(java.lang.String name,
java.lang.String baseURI)
Allows applications to provide an external subset for documents that don't explicitly define one. |
InputSource |
EntityResolver2.resolveEntity(java.lang.String name,
java.lang.String publicId,
java.lang.String baseURI,
java.lang.String systemId)
Allows applications to map references to external entities into input sources, or tell the parser it should use conventional URI resolution. |
InputSource |
DefaultHandler2.getExternalSubset(java.lang.String name,
java.lang.String baseURI)
Tells the parser that if no external subset has been declared in the document text, none should be used. |
InputSource |
DefaultHandler2.resolveEntity(java.lang.String name,
java.lang.String publicId,
java.lang.String baseURI,
java.lang.String systemId)
Tells the parser to resolve the systemId against the baseURI and read the entity text from that resulting absolute URI. |
InputSource |
DefaultHandler2.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Invokes EntityResolver2.resolveEntity()
with null entity name and base URI. |
Uses of InputSource in org.xml.sax.helpers |
Methods in org.xml.sax.helpers that return InputSource | |
InputSource |
XMLFilterImpl.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Filter an external entity resolution. |
InputSource |
DefaultHandler.resolveEntity(java.lang.String publicId,
java.lang.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 |