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