|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
int |
size
|
Constructor Summary | |
NodeChildren(GPathResult parent, String name, String namespacePrefix, Map namespaceTagHints)
|
|
NodeChildren(GPathResult parent, String name, Map namespaceTagHints)
|
|
NodeChildren(GPathResult parent, Map namespaceTagHints)
|
Method Summary | |
---|---|
void |
appendNode(Object newValue)
|
void |
build(GroovyObject builder)
|
Iterator |
childNodes()
|
GPathResult |
find(Closure closure)
|
GPathResult |
findAll(Closure closure)
|
Iterator |
iterator()
|
Iterator |
nodeIterator()
|
GPathResult |
parents()
|
void |
replaceBody(Object newValue)
|
void |
replaceNode(Closure newValue)
|
int |
size()
|
String |
text()
|
Writer |
writeTo(Writer out)
|
Constructor Detail |
---|
public NodeChildren(GPathResult parent, String name, String namespacePrefix, Map namespaceTagHints)
public NodeChildren(GPathResult parent, String name, Map namespaceTagHints)
public NodeChildren(GPathResult parent, Map namespaceTagHints)
Method Detail |
---|
void appendNode(Object newValue)
public void build(GroovyObject builder)
public Iterator childNodes()
public GPathResult find(Closure closure)
public GPathResult findAll(Closure closure)
public Iterator iterator()
public Iterator nodeIterator()
public GPathResult parents()
void replaceBody(Object newValue)
void replaceNode(Closure newValue)
public int size()
public String text()
public Writer writeTo(Writer out)