public class HTMLDocument.HTMLReader.TagAction extends Object
| Constructor and Description |
|---|
TagAction()
|
| Modifier and Type | Method and Description |
|---|---|
void |
end(HTML
Called when an end tag is seen for the type of tag this action was registered to.
|
void |
start(HTML
Called when a start tag is seen for the type of tag this action was registered to.
|
public void start(HTML.Tag t, MutableAttributeSet a)
public void end(HTML.Tag t)