Class AttributeEnumeration

java.lang.Object
net.sf.saxon.tree.iter.AxisIteratorImpl
net.sf.saxon.tree.linked.AttributeEnumeration
All Implemented Interfaces:
SequenceIterator, AxisIterator, LookaheadIterator, UnfailingIterator

final class AttributeEnumeration extends AxisIteratorImpl implements LookaheadIterator
AttributeEnumeration is an enumeration of all the attribute nodes of an Element.
  • Constructor Details

    • AttributeEnumeration

      public AttributeEnumeration(NodeImpl node, NodeTest 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