public class FilteredAttributes extends Attributes
Lazy evaluated representation of a node's attributes filtered by a Closure.
| Constructor and description | 
|---|
                                FilteredAttributes
                                (GPathResult parent, Closure closure, Map<String, String> namespaceTagHints)
  | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            protected Object | 
                            getNextNode(Iterator iter) | 
                        
 | 
                            public Iterator | 
                            nodeIterator() | 
                        
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 mappingsCopyright © 2003-2024 The Apache Software Foundation. All rights reserved.