jd.xml.xpath.model.walk
Class NamespaceListWalker

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

public class NamespaceListWalker
extends ListWalker

An walker for the namespace nodes of a node.


Constructor Summary
NamespaceListWalker()
           
 
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

NamespaceListWalker

public NamespaceListWalker()
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.