Lazy evaluated representation of child nodes.
| Fields inherited from class | Fields | 
|---|---|
| class GPathResult | name, namespaceMap, namespacePrefix, namespaceTagHints, parent | 
| Constructor and description | 
|---|
| NodeChildren
                                (GPathResult parent, String name, String namespacePrefix, Map<String, String> namespaceTagHints)@param parent the GPathResult prior to the application of the expression creating this GPathResult | 
| NodeChildren
                                (GPathResult parent, String name, Map<String, String> namespaceTagHints)@param parent the GPathResult prior to the application of the expression creating this GPathResult | 
| NodeChildren
                                (GPathResult parent, Map<String, String> namespaceTagHints)@param parent the GPathResult prior to the application of the expression creating this GPathResult | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | protected void | appendNode(Object newValue) | 
|  | void | build(GroovyObject builder) | 
|  | Iterator | childNodes() | 
|  | GPathResult | find(Closure closure) | 
|  | GPathResult | findAll(Closure closure) | 
|  | Iterator | iterator() | 
|  | Iterator | nodeIterator() | 
|  | GPathResult | parents()Throws a GroovyRuntimeException, because it is not implemented yet. | 
|  | protected void | replaceBody(Object newValue) | 
|  | protected void | replaceNode(Closure newValue) | 
|  | int | size() | 
|  | String | text() | 
|  | Writer | writeTo(Writer out) | 
| Methods inherited from class | Name | 
|---|---|
| class GPathResult | appendNode, breadthFirst, childNodes, children, createIterator, declareNamespace, depthFirst, equals, find, findAll, getAt, getAt, getBody, getProperty, hashCode, isEmpty, iterator, leftShift, list, lookupNamespace, name, nodeIterator, parent, parents, plus, pop, putAt, replaceBody, replaceNode, setMetaClass, setProperty, size, text, toBigDecimal, toBigInteger, toBoolean, toDouble, toFloat, toInteger, toLong, toString, toURI, toURL | 
| class GroovyObjectSupport | getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty | 
parent -  the GPathResult prior to the application of the expression creating this GPathResultname -  if the GPathResult corresponds to something with a name, e.g. a nodenamespacePrefix -  the namespace prefix if anynamespaceTagHints -  the known tag to namespace mappings
parent -  the GPathResult prior to the application of the expression creating this GPathResultname -  if the GPathResult corresponds to something with a name, e.g. a nodenamespaceTagHints -  the known tag to namespace mappings
parent -  the GPathResult prior to the application of the expression creating this GPathResultnamespaceTagHints -  the known tag to namespace mappings Throws a GroovyRuntimeException, because it is not implemented yet.
     
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.