|
EAF 7.4 Util | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.xml.NodeListImpl
public class NodeListImpl
Namespaces are ignored in this implementation. The terms "tag name" and "node name" are always considered to be synonymous.
Constructor Summary | |
---|---|
NodeListImpl()
Constructs an empty NodeListImpl . |
|
NodeListImpl(java.util.List nodes)
Constructs NodeListImpl with the given list of nodes. |
Method Summary | |
---|---|
org.w3c.dom.NodeList |
append(NodeListImpl list)
Appends the given list to the end of the existing one. |
int |
getLength()
Returns the count of nodes. |
org.w3c.dom.Node |
item(int index)
Returns the Node with the given index. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeListImpl()
NodeListImpl
.
public NodeListImpl(java.util.List nodes)
NodeListImpl
with the given list of nodes.
nodes
- list of nodes.Method Detail |
---|
public int getLength()
getLength
in interface org.w3c.dom.NodeList
public org.w3c.dom.Node item(int index)
Node
with the given index.
item
in interface org.w3c.dom.NodeList
index
- node index.
Node
with the given index.public org.w3c.dom.NodeList append(NodeListImpl list)
list
- list to add, as NodeListImpl
.
|
EAF 7.4 Util | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |