public class HtmlParser extends XmlParser implements org.gjt.sp.jedit.EBComponent
Modifier and Type | Field and Description |
---|---|
static boolean |
showAll |
ATTRIB_COMPLETE, ELEMENT_COMPLETE, ENTITY_COMPLETE, INSTANT_COMPLETION_TRIGGERS, VALUE_COMPLETE
Constructor and Description |
---|
HtmlParser()
Constructor for HtmlParser
|
Modifier and Type | Method and Description |
---|---|
void |
activate(org.gjt.sp.jedit.EditPane editPane)
Description of the Method
|
void |
deactivate(org.gjt.sp.jedit.EditPane editPane)
Description of the Method
|
void |
handleMessage(org.gjt.sp.jedit.EBMessage msg)
Description of the Method
|
void |
parse()
Description of the Method
|
sidekick.SideKickParsedData |
parse(org.gjt.sp.jedit.Buffer buffer,
errorlist.DefaultErrorSource errorSource)
Parse the contents of the given buffer.
|
complete, getInstantCompletionTriggers, stop, supportsCompletion
public void activate(org.gjt.sp.jedit.EditPane editPane)
public void deactivate(org.gjt.sp.jedit.EditPane editPane)
deactivate
in class XmlParser
editPane
- public void handleMessage(org.gjt.sp.jedit.EBMessage msg)
handleMessage
in interface org.gjt.sp.jedit.EBComponent
msg
- public void parse()
public sidekick.SideKickParsedData parse(org.gjt.sp.jedit.Buffer buffer, errorlist.DefaultErrorSource errorSource)
parse
in class sidekick.SideKickParser
buffer
- the buffer to parseerrorSource
-