public class HTMLDocument.HTMLReader.HiddenAction extends HTMLDocument.HTMLReader.TagAction
HTMLEditorKit.ParserCallback.handleText(char[], int) for
the hidden tags, regardless from that html tags the hidden section may
contain.| 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 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.HiddenAction()
public void start(HTML.Tag t, MutableAttributeSet a)
start in class HTMLDocument.HTMLReader.TagActionpublic void end(HTML.Tag t)
end in class HTMLDocument.HTMLReader.TagAction