|
Groovy 1.8.4 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
groovy.util.NodeList
public class NodeList extends ArrayList
A List implementation which is returned by queries on a Node which provides some XPath like helper methods for GPath.
Constructor Summary | |
NodeList()
|
|
NodeList(Collection collection)
|
|
NodeList(int size)
|
Method Summary | |
---|---|
NodeList
|
getAt(String name)
Provides lookup of elements by non-namespaced name. |
NodeList
|
getAt(QName name)
Provides lookup of elements by QName. |
void
|
plus(Closure c)
|
Node
|
replaceNode(Closure c)
|
protected static void
|
setMetaClass(Class nodelistClass, MetaClass metaClass)
|
String
|
text()
Returns the text value of all of the elements in the collection. |
Methods inherited from class ArrayList | |
---|---|
add, add, get, clone, indexOf, clear, lastIndexOf, contains, isEmpty, size, subList, toArray, toArray, addAll, addAll, iterator, remove, remove, set, ensureCapacity, trimToSize, listIterator, listIterator, removeAll, retainAll, equals, hashCode, toString, containsAll, wait, wait, wait, getClass, notify, notifyAll |
Methods inherited from class AbstractList | |
---|---|
add, add, get, equals, hashCode, indexOf, clear, lastIndexOf, subList, addAll, iterator, remove, set, listIterator, listIterator, toString, contains, isEmpty, size, toArray, toArray, addAll, remove, containsAll, removeAll, retainAll, wait, wait, wait, getClass, notify, notifyAll, size |
Constructor Detail |
---|
public NodeList()
public NodeList(Collection collection)
public NodeList(int size)
Method Detail |
---|
public NodeList getAt(String name)
name
- the name or shortcut key for nodes of interest
public NodeList getAt(QName name)
name
- the name or shortcut key for nodes of interest
public void plus(Closure c)
public Node replaceNode(Closure c)
protected static void setMetaClass(Class nodelistClass, MetaClass metaClass)
public String text()
Copyright © 2003-2011 The Codehaus. All rights reserved.