|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.directwebremoting.util.DomUtil
public class DomUtil
Various utilities to make up for the fact that DOM isn't as useful as it could be.
Constructor Summary | |
---|---|
DomUtil()
|
Method Summary | |
---|---|
static java.lang.String |
getText(org.w3c.dom.Node node)
Extract the textual content from a Node. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DomUtil()
Method Detail |
---|
public static java.lang.String getText(org.w3c.dom.Node node)
node
- The node to extract the text from
|
Copyright ? 2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |