public class Nodes extends Object
| Modifier and Type | Field and Description |
|---|---|
static NodeList |
EMPTY_NODELIST
The empty node list.
|
| Constructor and Description |
|---|
Nodes() |
public static final NodeList EMPTY_NODELIST
public static final String valueOf(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 © 2018. All rights reserved.