private static class Calima.Div extends HTMLEditorKit.ParserCallback
| Modifier and Type | Field and Description |
|---|---|
private boolean |
record |
private List<String> |
text |
IMPLIED| Constructor and Description |
|---|
Div() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEndTag(HTML.Tag tag,
int pos) |
void |
handleStartTag(HTML.Tag tag,
MutableAttributeSet mas,
int pos) |
void |
handleText(char[] t,
int pos) |
flush, handleComment, handleEndOfLineString, handleError, handleSimpleTagpublic void handleStartTag(HTML.Tag tag, MutableAttributeSet mas, int pos)
handleStartTag in class HTMLEditorKit.ParserCallbackpublic void handleText(char[] t,
int pos)
handleText in class HTMLEditorKit.ParserCallbackpublic void handleEndTag(HTML.Tag tag, int pos)
handleEndTag in class HTMLEditorKit.ParserCallback