Uses of Class
groovy.util.NodeList

Packages that use NodeList
groovy.util Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. 
 

Uses of NodeList in groovy.util
 

Methods in groovy.util that return NodeList
 NodeList Node.getAt(QName name)
          Provides lookup of elements by QName.
 NodeList NodeList.getAt(QName name)
          Provides lookup of elements by QName.
 NodeList NodeList.getAt(String name)
          Provides lookup of elements by non-namespaced name.
 



Copyright © 2003-2008 The Codehaus. All Rights Reserved.