API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.text. ElementIterator View Source
Author(s)
Sunita Mani
Since
Version
1.15 11/17/05
Serial
Hierarchy
 Object
      ElementIterator
Implements
 Cloneable
Subclasses
Description
public class ElementIterator
  ElementIterator, as the name suggests, iteratates over the Element tree.
See also:   
Constructors
public ElementIterator (Document document)
  Creates a new ElementIterator.
public ElementIterator (Element root)
  Creates a new ElementIterator.
Methods
Hide/Show inherited methods
publicsynchronized Object clone ()
  Clones the ElementIterator.
public Element current ()
  Fetches the current Element.
public int depth ()
  Fetches the current depth of element tree.
public Element first ()
  Fetches the first element.
public Element next ()
  Fetches the next Element.
public Element previous ()
  Fetches the previous Element.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar