Save This Page
Home » groovy-src-1.6.3 » groovy » util » slurpersupport » [javadoc | source]
groovy.util.slurpersupport
public class: NodeChild [javadoc | source]
java.lang.Object
   groovy.lang.GroovyObjectSupport
      groovy.util.slurpersupport.GPathResult
         groovy.util.slurpersupport.NodeChild

All Implemented Interfaces:
    Buildable, Writable, GroovyObject

Fields inherited from groovy.util.slurpersupport.GPathResult:
parent,  name,  namespacePrefix,  namespaceMap,  namespaceTagHints
Constructor:
 public NodeChild(Node node,
    GPathResult parent,
    Map namespaceTagHints) 
 public NodeChild(Node node,
    GPathResult parent,
    String namespacePrefix,
    Map namespaceTagHints) 
Method from groovy.util.slurpersupport.NodeChild Summary:
appendNode,   attributes,   build,   childNodes,   find,   findAll,   getAt,   iterator,   namespaceURI,   nodeIterator,   parents,   replaceBody,   replaceNode,   size,   text,   writeTo
Methods from groovy.util.slurpersupport.GPathResult:
appendNode,   breadthFirst,   childNodes,   children,   declareNamespace,   depthFirst,   equals,   find,   findAll,   getAt,   getAt,   getBody,   getProperty,   isEmpty,   iterator,   leftShift,   list,   lookupNamespace,   name,   nodeIterator,   parent,   parents,   plus,   putAt,   replaceBody,   replaceNode,   setMetaClass,   setProperty,   size,   text,   toBigDecimal,   toBigInteger,   toBoolean,   toDouble,   toFloat,   toInteger,   toLong,   toString,   toURI,   toURL
Methods from groovy.lang.GroovyObjectSupport:
getMetaClass,   getProperty,   invokeMethod,   setMetaClass,   setProperty
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from groovy.util.slurpersupport.NodeChild Detail:
 protected  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 String namespaceURI() 
 public Iterator nodeIterator() 
 public GPathResult parents() 
 protected  void replaceBody(Object newValue) 
 protected  void replaceNode(Closure newValue) 
 public int size() 
 public String text() 
 public Writer writeTo(Writer out) throws IOException