|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
Node |
node
|
Constructor Summary | |
NodeChild(Node node, GPathResult parent, String namespacePrefix, Map namespaceTagHints)
|
|
NodeChild(Node node, GPathResult parent, Map namespaceTagHints)
|
Method Summary | |
---|---|
void |
appendNode(Object newValue)
|
Map |
attributes()
|
void |
build(GroovyObject builder)
|
Iterator |
childNodes()
|
GPathResult |
find(Closure closure)
|
GPathResult |
findAll(Closure closure)
|
Object |
getAt(int index)
|
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 NodeChild(Node node, GPathResult parent, String namespacePrefix, Map namespaceTagHints)
public NodeChild(Node node, GPathResult parent, Map namespaceTagHints)
Method Detail |
---|
void appendNode(Object newValue)
public Map attributes()
public void build(GroovyObject builder)
public Iterator childNodes()
public GPathResult find(Closure closure)
public GPathResult findAll(Closure closure)
public Object getAt(int index)
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)