public class HTMLDocument.HTMLReader.SpecialAction extends HTMLDocument.HTMLReader.TagAction
| Constructor and Description |
|---|
SpecialAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
start(HTML.Tag t, MutableAttributeSet a)
当此动作被注册的标签类型看到开始标签时调用。
|
endpublic void start(HTML.Tag t, MutableAttributeSet a)
HTMLDocument.HTMLReader.TagAction