|
DJDoc v.1.0.0b-1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.djdoc.util.XmlUtils
public class XmlUtils
XmlUtils
is a utility class used for manipulation of XML
files and/or structured data.
Method Summary | |
---|---|
static java.lang.String |
streamChildNodes(org.w3c.dom.Node node)
This method is used to generate a String represenation of the child nodes of a node within an XML DOM document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String streamChildNodes(org.w3c.dom.Node node) throws java.io.IOException
node
- The node the children of which are to be streamed into the
result String
java.io.IOException
|
DJDoc v.1.0.0b-1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |