net.sourceforge.pmd.jaxen

Class AttributeAxisIterator

public class AttributeAxisIterator extends Object implements Iterator

BSD-style license; for more info see http://pmd.sourceforge.net/license.html
Constructor Summary
AttributeAxisIterator(Node contextNode)
Method Summary
booleanhasNext()
protected booleanisAttribute(Method method)
Objectnext()
voidremove()

Constructor Detail

AttributeAxisIterator

public AttributeAxisIterator(Node contextNode)

Method Detail

hasNext

public boolean hasNext()

isAttribute

protected boolean isAttribute(Method method)

next

public Object next()

remove

public void remove()