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

Interface org.w3c.dom.NodeEnumerator


public interface NodeEnumerator

Method Summary
boolean  atEnd()
 
boolean  atStart()
 
Node  getCurrent()
 
Node  getFirst()
 
Node  getLast()
 
Node  getNext()
 
Node  getPrevious()
 
 

Method Detail

getFirst

public Node getFirst()

getNext

public Node getNext()

getPrevious

public Node getPrevious()

getLast

public Node getLast()

getCurrent

public Node getCurrent()

atStart

public boolean atStart()

atEnd

public boolean atEnd()

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