|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeCollection
Represents a collection of Node
objects.
Method Summary | |
---|---|
boolean |
contains(Node node)
Checks whether this collection contains the specified Node
object. |
Node |
get(java.lang.String nodeName)
Gets the Node object in this collection that has the specified
name. |
Node[] |
getNodes()
|
java.util.Iterator<Node> |
iterator()
|
int |
size()
|
Method Detail |
---|
java.util.Iterator<Node> iterator()
int size()
Node
s in the collection.Node get(java.lang.String nodeName)
Node
object in this collection that has the specified
name.
nodeName
- The name of the desired Node
.
Node
with the specified name or null
if
no matching Node
was foundNode[] getNodes()
Node
s from the collection.boolean contains(Node node)
Node
object.
node
- The Node
object of interest.
Node
object;
otherwise, false.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |