public class NodeParents
extends NodeChildren
Lazy evaluated representation of parent nodes without duplicates
| Fields inherited from class | Fields |
|---|---|
class GPathResult |
name, namespaceMap, namespacePrefix, namespaceTagHints, parent |
| Constructor and description |
|---|
NodeParents(GPathResult parent, Map<String, String> namespaceTagHints)
|
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Iterator |
nodeIterator()Returns the raw node iterator backing this lazy result.
|
| Methods inherited from class | Name |
|---|---|
class NodeChildren |
appendNode, build, childNodes, find, findAll, iterator, nodeIterator, parents, replaceBody, replaceNode, size, text, writeTo |
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, plus, pop, putAt, replaceBody, replaceNode, setMetaClass, setProperty, size, text, toBigDecimal, toBigInteger, toBoolean, toDouble, toFloat, toInteger, toLong, toString, toURI, toURL |
class GroovyObjectSupport |
getMetaClass, setMetaClass |
parent - the GPathResult prior to the application of the expression creating this GPathResultnamespaceTagHints - the known tag to namespace mappingsReturns the raw node iterator backing this lazy result.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.