|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--fcmodeler.util.ChildNodeList
A node list providing the child nodes of a certain node that have a certain name.
| Constructor Summary | |
ChildNodeList(org.w3c.dom.Node parent,
java.lang.String nodeName)
Creates a new ChildNodeList using the specified node and node name. |
|
| 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 ChildNodeList(org.w3c.dom.Node parent,
java.lang.String nodeName)
ChildNodeList using the specified node and node name.parent - the parent node.nodeName - the node name that child nodes must have.| Method Detail |
public int getLength()
getLength in interface org.w3c.dom.NodeListpublic org.w3c.dom.Node item(int index)
item in interface org.w3c.dom.NodeListindex - the index of the desired node.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||