jd.xml.xpath.model.walk
Class AttributeListWalker
java.lang.Object
jd.xml.xpath.model.walk.ListWalker
jd.xml.xpath.model.walk.AttributeListWalker
- All Implemented Interfaces:
- ModelWalker
- public class AttributeListWalker
- extends ListWalker
An walker for the attribute nodes of a node.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeListWalker
public AttributeListWalker()
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.