Package org.jaxen.dom

Class DocumentNavigator.AttributeIterator

java.lang.Object
org.jaxen.dom.DocumentNavigator.AttributeIterator
All Implemented Interfaces:
Iterator
Enclosing class:
DocumentNavigator

private static class DocumentNavigator.AttributeIterator extends Object implements Iterator
An iterator over an attribute list.
  • Field Details

    • map

      private NamedNodeMap map
    • pos

      private int pos
    • lastAttribute

      private int lastAttribute
  • Constructor Details

    • AttributeIterator

      AttributeIterator(Node parent)
      Constructor.
      Parameters:
      parent - the parent DOM element for the attributes.
  • Method Details