net.sourceforge.pmd.jaxen
Class AttributeAxisIterator

java.lang.Object
  extended bynet.sourceforge.pmd.jaxen.AttributeAxisIterator
All Implemented Interfaces:
java.util.Iterator

public class AttributeAxisIterator
extends java.lang.Object
implements java.util.Iterator


Constructor Summary
AttributeAxisIterator(Node contextNode)
           
 
Method Summary
protected  Attribute getAttribute(Node node, java.lang.reflect.Method method)
           
 boolean hasNext()
           
protected  boolean isAttribute(java.lang.reflect.Method method)
           
 java.lang.Object next()
           
 void remove()
           
protected  java.lang.String truncateMethodName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeAxisIterator

public AttributeAxisIterator(Node contextNode)
Method Detail

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

getAttribute

protected Attribute getAttribute(Node node,
                                 java.lang.reflect.Method method)
                          throws java.lang.IllegalAccessException,
                                 java.lang.reflect.InvocationTargetException
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException

truncateMethodName

protected java.lang.String truncateMethodName(java.lang.String name)

isAttribute

protected boolean isAttribute(java.lang.reflect.Method method)


Copyright © 2002-2004 Project Ultra*Log @ DARPA. All Rights Reserved.