javax.swing.text.html
Class HTMLDocument.HTMLReader.SpecialAction

java.lang.Object
  extended by javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
      extended by javax.swing.text.html.HTMLDocument.HTMLReader.SpecialAction
Direct Known Subclasses:
HTMLDocument.HTMLReader.FormAction
Enclosing class:
HTMLDocument.HTMLReader

public class HTMLDocument.HTMLReader.SpecialAction
extends HTMLDocument.HTMLReader.TagAction

Inserts the elements that are represented by ths single tag with attributes (only). The closing tag, even if present, mut follow immediately after the starting tag without providing any additional information. Hence the HTMLDocument.HTMLReader.TagAction.end(javax.swing.text.html.HTML.Tag) method need not be overridden and still does nothing.


Constructor Summary
HTMLDocument.HTMLReader.SpecialAction()
           
 
Method Summary
 void start(HTML.Tag t, MutableAttributeSet a)
          The functionality is delegated to HTMLDocument.HTMLReader.addSpecialElement(javax.swing.text.html.HTML.Tag, javax.swing.text.MutableAttributeSet)
 
Methods inherited from class javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
end
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLDocument.HTMLReader.SpecialAction

public HTMLDocument.HTMLReader.SpecialAction()
Method Detail

start

public void start(HTML.Tag t,
                  MutableAttributeSet a)
The functionality is delegated to HTMLDocument.HTMLReader.addSpecialElement(javax.swing.text.html.HTML.Tag, javax.swing.text.MutableAttributeSet)

Overrides:
start in class HTMLDocument.HTMLReader.TagAction