org.eclipse.actf.model.mozdom.locate
Class MozillaDomNodeIterator

java.lang.Object
  extended by org.eclipse.actf.model.locate.BaseNodeIterator
      extended by org.eclipse.actf.model.mozdom.locate.MozillaDomNodeIterator
All Implemented Interfaces:
org.apache.commons.jxpath.ri.model.NodeIterator

public class MozillaDomNodeIterator
extends BaseNodeIterator


Field Summary
 
Fields inherited from class org.eclipse.actf.model.locate.BaseNodeIterator
child, model, nodeTest, parent, position, reverse
 
Constructor Summary
MozillaDomNodeIterator(org.apache.commons.jxpath.ri.model.NodePointer parent, org.apache.commons.jxpath.ri.compiler.NodeTest nodeTest, boolean reverse, org.apache.commons.jxpath.ri.model.NodePointer startWith, IModel model)
           
 
Method Summary
 org.apache.commons.jxpath.ri.model.NodePointer getNodePointer()
           
 
Methods inherited from class org.eclipse.actf.model.locate.BaseNodeIterator
firstChild, getPosition, lastChild, next, nextSibling, previous, previousSibling, setPosition, testChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MozillaDomNodeIterator

public MozillaDomNodeIterator(org.apache.commons.jxpath.ri.model.NodePointer parent,
                              org.apache.commons.jxpath.ri.compiler.NodeTest nodeTest,
                              boolean reverse,
                              org.apache.commons.jxpath.ri.model.NodePointer startWith,
                              IModel model)
Method Detail

getNodePointer

public org.apache.commons.jxpath.ri.model.NodePointer getNodePointer()