|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
NodeList.getAt(QName name)
Provides lookup of elements by QName. |
NodeList |
Node.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(java.lang.String localName)
Returns the QName for the given localName. |
static QName |
QName.valueOf(java.lang.String s)
Returns a QName holding the value of the specified String. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||