public class FilteredAttributes
extends Attributes
Lazy evaluated representation of a node's attributes filtered by a Closure.
| Fields inherited from class | Fields |
|---|---|
class GPathResult |
name, namespaceMap, namespacePrefix, namespaceTagHints, parent |
| Constructor and description |
|---|
FilteredAttributes(GPathResult parent, Closure closure, 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 Attributes |
build, childNodes, findAll, iterator, list, name, nodeIterator, parents, text, writeTo |
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 GPathResultclosure - the Closure to use to filter the attributesnamespaceTagHints - the known tag to namespace mappingsReturns the raw node iterator backing this lazy result.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.