org.jaxen.dom

Class DocumentNavigator.AttributeIterator

Enclosing Class:
DocumentNavigator
Implemented Interfaces:
Iterator

private static class DocumentNavigator.AttributeIterator
extends java.lang.Object
implements Iterator

An iterator over an attribute list.

Field Summary

private int
lastAttribute
private NamedNodeMap
map
private int
pos

Constructor Summary

AttributeIterator(Node parent)
Constructor.

Method Summary

boolean
hasNext()
Object
next()
void
remove()

Field Details

lastAttribute

private int lastAttribute

map

private NamedNodeMap map

pos

private int pos

Constructor Details

AttributeIterator

(package private)  AttributeIterator(Node parent)
Constructor.
Parameters:
parent - the parent DOM element for the attributes.

Method Details

hasNext

public boolean hasNext()

next

public Object next()

remove

public void remove()