Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Constructor and description |
---|
NodeList
() |
NodeList
(Collection collection) |
NodeList
(int size) |
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, lastIndexOf, size, subList, toArray, toArray, addAll, addAll, iterator, set, ensureCapacity, trimToSize, listIterator, listIterator, removeAll, retainAll, equals, hashCode, toString, containsAll, wait, wait, wait, getClass, notify, notifyAll |
class AbstractList |
add, add, remove, get, equals, hashCode, indexOf, clear, lastIndexOf, subList, addAll, iterator, set, listIterator, listIterator, remove, toString, contains, isEmpty, size, toArray, toArray, addAll, containsAll, removeAll, retainAll, wait, wait, wait, getClass, notify, notifyAll, size |
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-2015 The Apache Software Foundation. All rights reserved.