|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constructor Summary | |
NodeList()
|
|
NodeList(Collection collection)
|
|
NodeList(int size)
|
Method Summary | |
---|---|
NodeList |
getAt(String name)
Provides lookup of elements by non-namespaced name. |
NodeList |
getAt(QName name)
Provides lookup of elements by QName. |
static void |
setMetaClass(MetaClass metaClass)
|
String |
text()
Returns the text value of all of the elements in the collection. |
Constructor Detail |
---|
public NodeList()
public NodeList(Collection collection)
public NodeList(int size)
Method Detail |
---|
public NodeList getAt(String name)
public NodeList getAt(QName name)
static void setMetaClass(MetaClass metaClass)
public String text()