net.sourceforge.pmd.jaxen

Class AttributeAxisIterator

public class AttributeAxisIterator extends Object implements Iterator<Attribute>

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

Constructor Detail

AttributeAxisIterator

public AttributeAxisIterator(Node contextNode)

Method Detail

hasNext

public boolean hasNext()

isAttributeAccessor

protected boolean isAttributeAccessor(Method method)

next

public Attribute next()

remove

public void remove()