[Java] Class FilteredNodeChildren
- groovy.xml.slurpersupport.FilteredNodeChildren
public class FilteredNodeChildren extends NodeChildren
Lazy evaluated representation of child nodes filtered by a Closure.
Fields inherited from class | Fields |
---|---|
class GPathResult | name, namespaceMap, namespacePrefix, namespaceTagHints, parent |
Constructor Summary
Constructor and description |
---|
FilteredNodeChildren
(GPathResult parent, Closure closure, Map<String, String> namespaceTagHints)
|
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
protected Object |
getNextNode(Iterator iter) | |
public Iterator |
nodeIterator() | |
public GPathResult |
pop() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class NodeChildren | appendNode, build, childNodes, find, findAll, getNextNode, hasNext, hasNext, iterator, next, next, nodeIterator, parents, remove, remove, replaceBody, replaceNode, size, text, writeTo |
class GPathResult | appendNode, breadthFirst, childNodes, children, createIterator, declareNamespace, depthFirst, doCall, doCall, equals, find, findAll, getAt, getAt, getAttribute, getBody, getProperty, hasNext, hasNext, hasNext, hashCode, isEmpty, iterator, leftShift, list, lookupNamespace, name, next, next, next, nodeIterator, parent, parents, plus, pop, putAt, remove, remove, remove, replaceBody, replaceNode, setAttribute, setMetaClass, setProperty, size, text, toBigDecimal, toBigInteger, toBoolean, toDouble, toFloat, toInteger, toLong, toString, toURI, toURL |
class GroovyObjectSupport | getMetaClass, setMetaClass |
Constructor Detail
public FilteredNodeChildren(GPathResult parent, Closure closure, Map<String, String> namespaceTagHints)
- Parameters:
-
parent
- the GPathResult prior to the application of the expression creating this GPathResult -
closure
- the Closure to use to filter the nodes -
namespaceTagHints
- the known tag to namespace mappings
Method Detail
protected Object getNextNode(Iterator iter)
public Iterator nodeIterator()
public GPathResult pop()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/xml/slurpersupport/FilteredNodeChildren.html