A List implementation which is returned by queries on a Node which provides some XPath like helper methods for GPath.
| Constructor and description | 
|---|
| NodeList
                                () | 
| NodeList
                                (Collection collection) | 
| NodeList
                                (int size) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | Object | clone()Creates a new NodeList containing the same elements as the original (but cloned in the case of Nodes). | 
|  | 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 | Name | 
|---|---|
| class ArrayList | add, add, remove, remove, get, clone, indexOf, clear, contains, isEmpty, iterator, lastIndexOf, replaceAll, size, subList, toArray, toArray, spliterator, addAll, addAll, forEach, set, ensureCapacity, trimToSize, listIterator, listIterator, removeAll, removeIf, retainAll, sort, equals, hashCode, toString, containsAll, wait, wait, wait, getClass, notify, notifyAll, stream, parallelStream | 
| class AbstractList | add, add, remove, get, equals, hashCode, indexOf, clear, iterator, lastIndexOf, subList, addAll, set, listIterator, listIterator, remove, toString, contains, isEmpty, size, toArray, toArray, addAll, containsAll, removeAll, retainAll, wait, wait, wait, getClass, notify, notifyAll, stream, removeIf, parallelStream, forEach, replaceAll, size, spliterator, sort | 
Creates a new NodeList containing the same elements as the original (but cloned in the case of Nodes).
Provides lookup of elements by non-namespaced name.
name -  the name or shortcut key for nodes of interestProvides lookup of elements by QName.
name -  the name or shortcut key for nodes of interestReturns the text value of all of the elements in the collection.
Copyright © 2003-2019 The Apache Software Foundation. All rights reserved.