org.jaxen.dom

Class DocumentNavigator.AttributeIterator

private static class DocumentNavigator.AttributeIterator extends Object implements Iterator

An iterator over an attribute list.
Field Summary
intlastAttribute
NamedNodeMapmap
intpos
Constructor Summary
AttributeIterator(Node parent)
Constructor.
Method Summary
booleanhasNext()
Objectnext()
voidremove()

Field Detail

lastAttribute

private int lastAttribute

map

private NamedNodeMap map

pos

private int pos

Constructor Detail

AttributeIterator

AttributeIterator(Node parent)
Constructor.

Parameters: parent the parent DOM element for the attributes.

Method Detail

hasNext

public boolean hasNext()

next

public Object next()

remove

public void remove()