|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fcmodeler.util.NoTextNodeList
A node list containing all nodes of another node list except text nodes.
Constructor Summary | |
NoTextNodeList(org.w3c.dom.NodeList nodeList)
Creates a new NoTestNodeList using the specified node list. |
Method Summary | |
int |
getLength()
Returns the number of nodes in this list. |
org.w3c.dom.Node |
item(int index)
Returns the node at the specified index. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NoTextNodeList(org.w3c.dom.NodeList nodeList)
NoTestNodeList
using the specified node list.nodeList
- the node list.Method Detail |
public int getLength()
getLength
in interface org.w3c.dom.NodeList
public org.w3c.dom.Node item(int index)
item
in interface org.w3c.dom.NodeList
index
- the index of the desired node.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |