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