Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.griffin.util
Class XmlUtil  view XmlUtil download XmlUtil.java

java.lang.Object
  extended bycom.aendvari.griffin.util.XmlUtil

public class XmlUtil
extends java.lang.Object

Utility class for common functions.


Constructor Summary
XmlUtil()
           
 
Method Summary
static java.lang.String ViewNode(org.w3c.dom.Node node)
          Extracts all data from the given node, and converts it into a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUtil

public XmlUtil()
Method Detail

ViewNode

public static java.lang.String ViewNode(org.w3c.dom.Node node)
Extracts all data from the given node, and converts it into a String.