DJDoc v.1.0.0b-1

net.sf.djdoc.util
Class XmlUtils

java.lang.Object
  extended by net.sf.djdoc.util.XmlUtils

public class XmlUtils
extends java.lang.Object

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

streamChildNodes

public static java.lang.String streamChildNodes(org.w3c.dom.Node node)
                                         throws java.io.IOException
This method is used to generate a String represenation of the child nodes of a node within an XML DOM document.

Parameters:
node - The node the children of which are to be streamed into the result String
Returns:
A String representation of the set of child nodes of the specified DOM node
Throws:
java.io.IOException

DJDoc v.1.0.0b-1