|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.xml.Nodes
public class Nodes
Node related utilities. It supports iDOM.
Field Summary | |
---|---|
static org.w3c.dom.NodeList |
EMPTY_NODELIST
The empty node list. |
Constructor Summary | |
---|---|
Nodes()
|
Method Summary | |
---|---|
static java.lang.String |
valueOf(org.w3c.dom.Node node)
Get the text value of a node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.w3c.dom.NodeList EMPTY_NODELIST
Constructor Detail |
---|
public Nodes()
Method Detail |
---|
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).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |