info.informatica.html
Class TagIterator

java.lang.Object
  extended by info.informatica.html.TagIterator
All Implemented Interfaces:
Iterator

public class TagIterator
extends Object
implements Iterator

Iterates by tags that meet the criteria of a TagFinder class.

Version:
1.02
Author:
amengual at informatica dot info

Method Summary
 boolean hasNext()
           
 Object next()
           
 HTMLTag nextTag()
           
 void remove()
          Removes an HTML element.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

next

public Object next()
Specified by:
next in interface Iterator

nextTag

public HTMLTag nextTag()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

remove

public void remove()
Removes an HTML element.

Specified by:
remove in interface Iterator