javax.swing.text.html
Class HTMLDocument.HTMLReader.SpecialAction
java.lang.Object
javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLDocument.HTMLReader.SpecialAction
public HTMLDocument.HTMLReader.SpecialAction()
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