protected void |
SAXReader.configureReader(XMLReader reader,
DefaultHandler handler) |
Configures the XMLReader before use
|
protected Document |
DOMWriter.createDomDocument(Document document) |
|
protected Document |
DOMWriter.createDomDocument(Document document,
DOMImplementation domImpl) |
|
protected Document |
DOMWriter.createDomDocumentViaJAXP() |
|
Class<?> |
DOMWriter.getDomDocumentClass() |
|
Document |
SAXModifier.modify(File source) |
Reads a Document from the given Fileand writes it to the
specified XMLWriterusing SAX.
|
Document |
SAXModifier.modify(InputStream source) |
|
Document |
SAXModifier.modify(InputStream source,
String systemId) |
|
Document |
SAXModifier.modify(Reader source) |
Reads a Document from the given Readerand writes it to
the specified XMLWriterusing SAX.
|
Document |
SAXModifier.modify(Reader source,
String systemId) |
Reads a Document from the given Readerand writes it to
the specified XMLWriterusing SAX.
|
Document |
SAXModifier.modify(String source) |
Reads a Document from the given URL or filename and writes it to the
specified XMLWriterusing SAX.
|
Document |
SAXModifier.modify(URL source) |
Reads a Document from the given URLand writes it to the
specified XMLWriterusing SAX.
|
Document |
SAXModifier.modify(InputSource source) |
|
protected Document |
XPP3Reader.parseDocument() |
|
protected Document |
XPPReader.parseDocument() |
|
static String |
HTMLWriter.prettyPrintHTML(String html) |
Convenience method to just get a String result.
|
static String |
HTMLWriter.prettyPrintHTML(String html,
boolean newlines,
boolean trim,
boolean isXHTML,
boolean expandEmpty) |
DOCUMENT ME!
|
static String |
HTMLWriter.prettyPrintXHTML(String html) |
Convenience method to just get a String result, but As XHTML .
|
Document |
SAXReader.read(File file) |
Reads a Document from the given File
|
Document |
SAXReader.read(InputStream in) |
Reads a Document from the given stream using SAX
|
Document |
SAXReader.read(InputStream in,
String systemId) |
Reads a Document from the given stream using SAX
|
Document |
SAXReader.read(Reader reader) |
Reads a Document from the given Reader using SAX
|
Document |
SAXReader.read(Reader reader,
String systemId) |
Reads a Document from the given Reader using SAX
|
Document |
SAXReader.read(String systemId) |
Reads a Document from the given URL or filename using SAX.
|
Document |
SAXReader.read(URL url) |
Reads a Document from the given URL using SAX
|
Document |
SAXReader.read(InputSource in) |
Reads a Document from the given InputSource using SAX
|
Document |
XPP3Reader.read(char[] text) |
Reads a Document from the given array of characters
|
Document |
XPP3Reader.read(File file) |
Reads a Document from the given File
|
Document |
XPP3Reader.read(InputStream in) |
Reads a Document from the given stream
|
Document |
XPP3Reader.read(InputStream in,
String systemID) |
Reads a Document from the given stream
|
Document |
XPP3Reader.read(Reader reader) |
Reads a Document from the given Reader
|
Document |
XPP3Reader.read(Reader reader,
String systemID) |
Reads a Document from the given Reader
|
Document |
XPP3Reader.read(String systemID) |
Reads a Document from the given URL or filename.
|
Document |
XPP3Reader.read(URL url) |
Reads a Document from the given URL
|
Document |
XPPReader.read(char[] text) |
Reads a Document from the given array of characters
|
Document |
XPPReader.read(File file) |
Reads a Document from the given File
|
Document |
XPPReader.read(InputStream in) |
Reads a Document from the given stream
|
Document |
XPPReader.read(InputStream in,
String systemID) |
Reads a Document from the given stream
|
Document |
XPPReader.read(Reader reader) |
Reads a Document from the given Reader
|
Document |
XPPReader.read(Reader reader,
String systemID) |
Reads a Document from the given Reader
|
Document |
XPPReader.read(String systemID) |
Reads a Document from the given URL or filename.
|
Document |
XPPReader.read(URL url) |
Reads a Document from the given URL
|
void |
DOMWriter.setDomDocumentClassName(String name) |
Sets the DOM Documentimplementation class name used
by the writer when creating DOM documents.
|
Document |
DOMWriter.write(Document document) |
|
Document |
DOMWriter.write(Document document,
DOMImplementation domImpl) |
|