public class

HTMLDocument.HTMLReader.SpecialAction

extends HTMLDocument.HTMLReader.TagAction
java.lang.Object
   ↳ javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
     ↳ javax.swing.text.html.HTMLDocument.HTMLReader.SpecialAction
Known Direct Subclasses

Summary

Public Constructors
HTMLDocument.HTMLReader.SpecialAction()
Public Methods
void start(HTML.Tag t, MutableAttributeSet a)
Called when a start tag is seen for the type of tag this action was registered to.
[Expand]
Inherited Methods
From class javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
From class java.lang.Object

Public Constructors

public HTMLDocument.HTMLReader.SpecialAction ()

Public Methods

public void start (HTML.Tag t, MutableAttributeSet a)

Called when a start tag is seen for the type of tag this action was registered to. The tag argument indicates the actual tag for those actions that are shared across many tags. By default this does nothing and completely ignores the tag.