|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.text.html.HTMLEditorKit.ParserCallback
org.anadix.swingparser.StatefulParserCallback
public class StatefulParserCallback
Callback class that handles the events from swingparser
| Field Summary |
|---|
| Fields inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback |
|---|
IMPLIED |
| Constructor Summary | |
|---|---|
StatefulParserCallback(HTMLElementFactory factory)
Constructor |
|
StatefulParserCallback(HTMLElementFactory factory,
String source)
Constructor |
|
| Method Summary | |
|---|---|
void |
handleEndTag(HTML.Tag t,
int pos)
|
void |
handleError(String errorMsg,
int pos)
|
void |
handleSimpleTag(HTML.Tag t,
MutableAttributeSet a,
int pos)
|
void |
handleStartTag(HTML.Tag t,
MutableAttributeSet a,
int pos)
|
void |
handleText(char[] data,
int pos)
|
| Methods inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback |
|---|
flush, handleComment, handleEndOfLineString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatefulParserCallback(HTMLElementFactory factory)
factory - instance of HTMLElementFactory used for inserting events
public StatefulParserCallback(HTMLElementFactory factory,
String source)
factory - instance of HTMLElementFactory used for inserting eventssource - HTML source code| Method Detail |
|---|
public void handleSimpleTag(HTML.Tag t,
MutableAttributeSet a,
int pos)
handleSimpleTag in class HTMLEditorKit.ParserCallback
public void handleStartTag(HTML.Tag t,
MutableAttributeSet a,
int pos)
handleStartTag in class HTMLEditorKit.ParserCallback
public void handleEndTag(HTML.Tag t,
int pos)
handleEndTag in class HTMLEditorKit.ParserCallback
public void handleText(char[] data,
int pos)
handleText in class HTMLEditorKit.ParserCallback
public void handleError(String errorMsg,
int pos)
handleError in class HTMLEditorKit.ParserCallback
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||