org.jaxen.dom
Class DocumentNavigator.AttributeIterator
java.lang.Object
org.jaxen.dom.DocumentNavigator.AttributeIterator
- DocumentNavigator
- Iterator
private static class DocumentNavigator.AttributeIterator
extends java.lang.Object
implements Iterator
An iterator over an attribute list.
lastAttribute
private int lastAttribute
map
private NamedNodeMap map
AttributeIterator
(package private) AttributeIterator(Node parent)
Constructor.
parent
- the parent DOM element for the attributes.
hasNext
public boolean hasNext()
remove
public void remove()