javax.swing.text.html
Class HTMLDocument.HTMLReader.SpecialAction
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 {@link TagAction#end} method need not be
overridden and still does nothing.
The functionality is delegated to {@link HTMLReader#addSpecialElement}