Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java 1.0.4
PREV | NEXT SHOW LISTS | HIDE LISTS

Interface org.w3c.dom.NodeIterator

Subinterfaces:
TreeIterator

public interface NodeIterator

Method Summary
boolean  atFirst()
 
boolean  atLast()
 
int  getCurrentPos()
 
int  getLength()
 
Node  moveTo(int n)
 
Node  toFirstNode()
 
Node  toLastNode()
 
Node  toNextNode()
 
Node  toPrevNode()
 
 

Method Detail

getLength

public int getLength()

getCurrentPos

public int getCurrentPos()

atFirst

public boolean atFirst()

atLast

public boolean atLast()

toNextNode

public Node toNextNode()

toPrevNode

public Node toPrevNode()

toFirstNode

public Node toFirstNode()

toLastNode

public Node toLastNode()

moveTo

public Node moveTo(int n)

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS