org.jaxen.dom
private static class DocumentNavigator.AttributeIterator extends Object implements Iterator
| Field Summary | |
|---|---|
| int | lastAttribute |
| NamedNodeMap | map |
| int | pos |
| Constructor Summary | |
|---|---|
| AttributeIterator(Node parent)
Constructor.
| |
| Method Summary | |
|---|---|
| boolean | hasNext() |
| Object | next() |
| void | remove() |
Parameters: parent the parent DOM element for the attributes.