com.lightdev.app.shtm
public class SHTMLDocument.SHTMLReader extends HTMLReader
| Constructor Summary | |
|---|---|
| SHTMLReader(int offset, boolean emptyDocument)
Constructor
| |
| Method Summary | |
|---|---|
| void | handleComment(char[] data, int pos) |
| void | handleEndTag(Tag t, int pos)
Handles end tag. |
| void | handleSimpleTag(Tag t, MutableAttributeSet a, int pos)
SPAN tags are directed to handleSimpleTag by the parser.
|
| void | handleStartTag(Tag tag, MutableAttributeSet attributeSet, int pos)
Handles the start tag received by the parser.
|