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