poi.support
Class NodeUtil

java.lang.Object
  extended by poi.support.NodeUtil

public class NodeUtil
extends java.lang.Object

Support Node Class.
for Java 1.4.


Method Summary
static java.lang.String getTextContent(org.w3c.dom.Node node)
           
static void setTextContent(org.w3c.dom.Node node, java.lang.String content)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTextContent

public static java.lang.String getTextContent(org.w3c.dom.Node node)

setTextContent

public static void setTextContent(org.w3c.dom.Node node,
                                  java.lang.String content)