| Methoden |
| public void | flush() |
| public void | handleText(char[] data, int pos) |
| public void | handleStartTag(HTML.Tag t, MutableAttributeSet a, int pos) |
| public void | handleComment(char[] data, int pos) |
| public void | handleEndTag(HTML.Tag t, int pos) |
| public void | handleSimpleTag(HTML.Tag t, MutableAttributeSet a, int pos) |
| public void | handleEndOfLineString(String eol) ![[1.3]](../../images/marg13.gif) |
| protected void | registerTag(HTML.Tag t, HTMLDocument.HTMLReader.TagAction a) |
| protected void | pushCharacterStyle() |
| protected void | popCharacterStyle() |
| protected void | textAreaContent(char[] data) |
| protected void | preContent(char[] data) |
| protected void | blockOpen(HTML.Tag t, MutableAttributeSet attr) |
| protected void | blockClose(HTML.Tag t) |
| protected void | addContent(char[] data, int offs, int length) |
| protected void | addContent(char[] data, int offs, int length, boolean generateImpliedPIfNecessary) |
| protected void | addSpecialElement(HTML.Tag t, MutableAttributeSet a) |