public class Nodes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.w3c.dom.NodeList |
EMPTY_NODELIST
The empty node list.
|
Constructor and Description |
---|
Nodes() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
valueOf(org.w3c.dom.Node node)
Get the text value of a node.
|
public static final org.w3c.dom.NodeList EMPTY_NODELIST
public static final java.lang.String valueOf(org.w3c.dom.Node node)
If the node is not an element, Node.getNodeValue is called. If the node is an element, the returned string is a concatenation of all values of TEXT_NODE and CDATA_SECTION_NODE.
Textual nodes include Text, CDATA and Binary (iDOM's extension).
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.