com.inet.html
Class InetHtmlDocumentIterator

java.lang.Object
  extended by javax.swing.text.html.HTMLDocument.Iterator
      extended by com.inet.html.InetHtmlDocumentIterator

public class InetHtmlDocumentIterator
extends javax.swing.text.html.HTMLDocument.Iterator

The document iterator implementation for the InetHtmlDocument


Method Summary
 javax.swing.text.AttributeSet getAttributes()
          
 int getEndOffset()
          
 int getStartOffset()
          
 javax.swing.text.html.HTML.Tag getTag()
          
 boolean isValid()
          
 void next()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAttributes

public javax.swing.text.AttributeSet getAttributes()

Specified by:
getAttributes in class javax.swing.text.html.HTMLDocument.Iterator

getEndOffset

public int getEndOffset()

Specified by:
getEndOffset in class javax.swing.text.html.HTMLDocument.Iterator

getStartOffset

public int getStartOffset()

Specified by:
getStartOffset in class javax.swing.text.html.HTMLDocument.Iterator

getTag

public javax.swing.text.html.HTML.Tag getTag()

Specified by:
getTag in class javax.swing.text.html.HTMLDocument.Iterator

isValid

public boolean isValid()

Specified by:
isValid in class javax.swing.text.html.HTMLDocument.Iterator

next

public void next()

Specified by:
next in class javax.swing.text.html.HTMLDocument.Iterator