jd.xml.xpath.model.walk
Class AttributeListWalker

java.lang.Object
  extended byjd.xml.xpath.model.walk.ListWalker
      extended byjd.xml.xpath.model.walk.AttributeListWalker
All Implemented Interfaces:
ModelWalker

public class AttributeListWalker
extends ListWalker

An walker for the attribute nodes of a node.


Constructor Summary
AttributeListWalker()
           
 
Method Summary
 XPathNode gotoFirstNode(XPathNode startNode)
          Return the first node of the path defined by the startNode
 
Methods inherited from class jd.xml.xpath.model.walk.ListWalker
gotoFirstNode, gotoNextNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeListWalker

public AttributeListWalker()
Method Detail

gotoFirstNode

public XPathNode gotoFirstNode(XPathNode startNode)
Description copied from interface: ModelWalker
Return the first node of the path defined by the startNode

Returns:
the first node of the path represented by this ModelWalker.- If null the path is empty.