|
|
javax > javax.swing > javax.swing.text > javax.swing.text.html > javax.swing.text.html.htmldocument > javax.swing.text.html.htmldocument.htmlreader >
Class: javax.swing.text.html.HTMLDocument.HTMLReader java.lang.Object javax.swing.text.html.HTMLEditorKit.ParserCallback javax.swing.text.html.HTMLDocument.HTMLReader
public class HTMLDocument.HTMLReader extends HTMLEditorKit.ParserCallback
FIELDS:
CONSTRUCTORS:
| | | public | HTMLDocument.HTMLReader(int offset) |
| | public | HTMLDocument.HTMLReader(int offset, int popDepth, int pushDepth, HTML.Tag insertTag) |
| |
|
|
|
METHODS:
| | | | 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) |
| | protected | void | blockClose(HTML.Tag t) |
| | protected | void | blockOpen(HTML.Tag t, MutableAttributeSet attr) |
| | public | void | flush() Throws: BadLocationException Overrides: HTMLEditorKit.ParserCallback |
| | public | void | handleComment(char[] data, int pos) Overrides: HTMLEditorKit.ParserCallback |
| | public | void | handleEndOfLineString(String eol) Overrides: HTMLEditorKit.ParserCallback |
| | public | void | handleEndTag(HTML.Tag t, int pos) Overrides: HTMLEditorKit.ParserCallback |
| | public | void | handleSimpleTag(HTML.Tag t, MutableAttributeSet a, int pos) Overrides: HTMLEditorKit.ParserCallback |
| | public | void | handleStartTag(HTML.Tag t, MutableAttributeSet a, int pos) Overrides: HTMLEditorKit.ParserCallback |
| | public | void | handleText(char[] data, int pos) Overrides: HTMLEditorKit.ParserCallback |
| | protected | void | popCharacterStyle() |
| | protected | void | preContent(char[] data) |
| | protected | void | pushCharacterStyle() |
| | protected | void | registerTag(HTML.Tag t, HTMLDocument.HTMLReader.TagAction a) |
| | protected | void | textAreaContent(char[] data) |
| |
|
|
|
INHERITED METHODS:
| flush(), handleText(char[], int), handleComment(char[], int), handleStartTag(javax.swing.text.html.HTML.Tag, javax.swing.text.MutableAttributeSet, int), handleEndTag(javax.swing.text.html.HTML.Tag, int), handleSimpleTag(javax.swing.text.html.HTML.Tag, javax.swing.text.MutableAttributeSet, int), handleError(java.lang.String, int), handleEndOfLineString(java.lang.String), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|