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.
Method Summary
voidstart(HTML.Tag t, MutableAttributeSet a)
The functionality is delegated to {@link HTMLReader#addSpecialElement}

Method Detail

start

public void start(HTML.Tag t, MutableAttributeSet a)
The functionality is delegated to {@link HTMLReader#addSpecialElement}