net.sourceforge.pmd.lang.ast.xpath
Interface AttributeNode


public interface AttributeNode

This interface can be used by an AST node to indicate it can directly provide access to it's attributes, versus having them be determined via introspection.


Method Summary
 java.util.Iterator<Attribute> getAttributeIterator()
           
 

Method Detail

getAttributeIterator

java.util.Iterator<Attribute> getAttributeIterator()


Copyright © 2002-2015 InfoEther. All Rights Reserved.