groovy.util.slurpersupport
Class NoChildren

author:
John Wilson

 
Constructor Summary
NoChildren(GPathResult parent, String name, 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

NoChildren

public NoChildren(GPathResult parent, String name, Map namespaceTagHints)
param:
parent
param:
name


Method Detail

appendNode

void appendNode(Object newValue)


build

public void build(GroovyObject builder)


childNodes

public Iterator childNodes()


find

public GPathResult find(Closure closure)


findAll

public GPathResult findAll(Closure closure)


iterator

public Iterator iterator()


nodeIterator

public Iterator nodeIterator()


parents

public GPathResult parents()


replaceBody

void replaceBody(Object newValue)


replaceNode

void replaceNode(Closure newValue)


size

public int size()


text

public String text()


writeTo

public Writer writeTo(Writer out)