public class HTMLDocument.HTMLReader.BlockAction extends HTMLDocument.HTMLReader.TagAction
| Constructor and Description |
|---|
HTMLDocument.HTMLReader.BlockAction() |
| 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.BlockAction()
public void start(HTML.Tag t, MutableAttributeSet a)
start in class HTMLDocument.HTMLReader.TagActionpublic void end(HTML.Tag t)
end in class HTMLDocument.HTMLReader.TagAction