| java.lang.Object org.directwebremoting.util.DomUtil
DomUtil | public class DomUtil (Code) | | Various utilities to make up for the fact that DOM isn't as useful as it
could be.
author: Joe Walker [joe at getahead dot ltd dot uk] |
Method Summary | |
public static String | getText(Node node) Extract the textual content from a Node. |
getText | public static String getText(Node node)(Code) | | Extract the textual content from a Node.
This is rather like the XPath value of a Node.
Parameters: node - The node to extract the text from The textual value of the node |
|
|