public class HTMLDocument.HTMLReader.PreAction extends HTMLDocument.HTMLReader.BlockAction
| Constructor and Description |
|---|
HTMLDocument.HTMLReader.PreAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
end(HTML.Tag t)
Called when an end tag is seen for one of the types of tags associated
with this Action.
|
void |
start(HTML.Tag t,
MutableAttributeSet a)
This method is called when a start tag is seen for one of the types
of tags associated with this Action.
|
public HTMLDocument.HTMLReader.PreAction()
public void start(HTML.Tag t, MutableAttributeSet a)
start in class HTMLDocument.HTMLReader.BlockActionpublic void end(HTML.Tag t)
end in class HTMLDocument.HTMLReader.BlockAction