|
|||||||||
| Home >> All >> com >> aendvari >> griffin >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.griffin.util
Class XmlUtil

java.lang.Objectcom.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.
|
|||||||||
| Home >> All >> com >> aendvari >> griffin >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.aendvari.griffin.util.XmlUtil