lapis.swing
Class HTMLParser
java.lang.Object
lapis.parsers.HTMLParser
lapis.swing.HTMLParser
- All Implemented Interfaces:
- Parser
- public class HTMLParser
- extends HTMLParser
Constructor Summary |
HTMLParser()
Make an HTMLParser. |
Methods inherited from class lapis.parsers.HTMLParser |
addTextRun, bind, bind, findOpenElement, getAlwaysParse, handleAttribute, handleTag, main, makeElement, makeTag, parse, parse, setAlwaysParse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug
public static Debug debug
HTMLParser
public HTMLParser()
- Make an HTMLParser.
getSwingParser
public HTMLEditorKit.Parser getSwingParser()
handleInitParse
protected void handleInitParse()
- Overrides:
handleInitParse
in class HTMLParser
handleDoneParse
protected void handleDoneParse(int pos)
- Overrides:
handleDoneParse
in class HTMLParser
handleStartWord
protected void handleStartWord(int pos)
- Overrides:
handleStartWord
in class HTMLParser
handleEndWord
protected void handleEndWord(char[] word,
int offset,
int len,
int pos)
- Overrides:
handleEndWord
in class HTMLParser
handleEmptyElement
protected void handleEmptyElement(HTMLElement e)
- Overrides:
handleEmptyElement
in class HTMLParser
handleStartElement
protected void handleStartElement(HTMLElement e)
- Overrides:
handleStartElement
in class HTMLParser
handleEndElement
protected void handleEndElement(HTMLElement e)
- Overrides:
handleEndElement
in class HTMLParser