public class HTMLDocument.HTMLReader.ParagraphAction extends HTMLDocument.HTMLReader .BlockAction
| Constructor and Description |
|---|
ParagraphAction()
|
| 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)
HTMLDocument.HTMLReader.TagAction
public void end(HTML.Tag t)
HTMLDocument.HTMLReader.TagAction