Uses of Class
groovy.xml.QName

Packages that use QName
groovy.util Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. 
groovy.xml Groovy markup builder classes for working with SAX and W3C DOM and Groovy markup. 
 

Uses of QName in groovy.util
 

Methods in groovy.util with parameters of type QName
 NodeList Node.getAt(QName name)
          Provides lookup of elements by QName
 NodeList NodeList.getAt(QName name)
          Provides lookup of elements by QName
 

Uses of QName in groovy.xml
 

Methods in groovy.xml that return QName
 QName Namespace.get(String localName)
          Returns the QName for the given localName.
static QName QName.valueOf(String s)
          Returns a QName holding the value of the specified String.
 



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