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