javax.swing.text.html
public class HTMLDocument.HTMLReader.TagAction extends Object
Constructor and Description |
---|
HTMLDocument.HTMLReader.TagAction() |
Modifier and Type | Method and Description |
---|---|
void |
end(HTML.Tag t)
Called when an end tag is seen for one of the types of tags associated
with this Action.
|
void |
start(HTML.Tag t,
MutableAttributeSet a)
This method is called when a start tag is seen for one of the types
of tags associated with this Action.
|
public HTMLDocument.HTMLReader.TagAction()
public void start(HTML.Tag t, MutableAttributeSet a)