Class FilteredAttributes

All Implemented Interfaces:
Buildable, GroovyObject, Writable, java.lang.Iterable

@Deprecated
public class FilteredAttributes
extends Attributes
Deprecated.
Lazy evaluated representation of a node's attributes filtered by a Closure.
  • Constructor Details

    • FilteredAttributes

      public FilteredAttributes​(GPathResult parent, Closure closure, java.util.Map<java.lang.String,​java.lang.String> namespaceTagHints)
      Deprecated.
      Parameters:
      parent - the GPathResult prior to the application of the expression creating this GPathResult
      closure - the Closure to use to filter the attributes
      namespaceTagHints - the known tag to namespace mappings
  • Method Details

    • nodeIterator

      public java.util.Iterator nodeIterator()
      Deprecated.
      Overrides:
      nodeIterator in class Attributes