|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jtool.jxplatform.dom.DomFormatter
Produces XML documents from DOM object trees.
| Constructor Summary | |
DomFormatter()
|
|
| Method Summary | |
static java.lang.String |
getXMLText(org.w3c.dom.Document doc,
java.lang.String charsetName)
Returns a pretty-printed XML document from the DOM object tree. |
static java.lang.String |
getXMLText(org.w3c.dom.Document doc,
java.lang.String charsetName,
java.lang.String dtdName)
Returns a pretty-printed XML document from a DOM object tree. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DomFormatter()
| Method Detail |
public static java.lang.String getXMLText(org.w3c.dom.Document doc,
java.lang.String charsetName)
doc - The DOM document object which is the root of the DOM object tree.charsetName - The name of an XML document's charset.
public static java.lang.String getXMLText(org.w3c.dom.Document doc,
java.lang.String charsetName,
java.lang.String dtdName)
doc - A DOM document object which is the root of the DOM object tree.charsetName - The name of an XML document's charset.dtdName - The DTD file name for a new XML document.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||