Class AttributeAxisIterator

java.lang.Object
net.sf.saxon.tree.linked.AttributeAxisIterator
All Implemented Interfaces:
Closeable, AutoCloseable, SequenceIterator, AxisIterator, LookaheadIterator, UnfailingIterator

final class AttributeAxisIterator extends Object implements AxisIterator, LookaheadIterator
AttributeAxisIterator is an enumeration of all the attribute nodes of an Element.
  • Constructor Details

    • AttributeAxisIterator

      AttributeAxisIterator(ElementImpl node, Predicate<? super NodeInfo> nodeTest)
      Constructor
      Parameters:
      node - : the element whose attributes are required. This may be any type of node, but if it is not an element the enumeration will be empty
      nodeTest - : condition to be applied to the names of the attributes selected
  • Method Details