sidekick.html
Class HtmlParser
java.lang.Object
sidekick.SideKickParser
xml.parser.XmlParser
sidekick.html.HtmlParser
- All Implemented Interfaces:
- org.gjt.sp.jedit.EBComponent
public class HtmlParser
- extends XmlParser
- implements org.gjt.sp.jedit.EBComponent
- Version:
- $Revision: 18099 $
- Author:
- Dale Anson
|
Field Summary |
static boolean |
showAll
|
| Fields inherited from class sidekick.SideKickParser |
name, SERVICE |
|
Constructor Summary |
HtmlParser()
Constructor for HtmlParser |
|
Method Summary |
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. |
| Methods inherited from class sidekick.SideKickParser |
activate, canCompleteAnywhere, canHandleBackspace, deactivate, getCompletionPopup, getName, getPanel, getParseTriggers |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
showAll
public static boolean showAll
HtmlParser
public HtmlParser()
- Constructor for HtmlParser
activate
public void activate(org.gjt.sp.jedit.EditPane editPane)
- Description of the Method
- Overrides:
activate in class XmlParser
- Parameters:
editPane -
deactivate
public void deactivate(org.gjt.sp.jedit.EditPane editPane)
- Description of the Method
- Overrides:
deactivate in class XmlParser
- Parameters:
editPane -
handleMessage
public void handleMessage(org.gjt.sp.jedit.EBMessage msg)
- Description of the Method
- Specified by:
handleMessage in interface org.gjt.sp.jedit.EBComponent
- Parameters:
msg -
parse
public void parse()
- Description of the Method
parse
public sidekick.SideKickParsedData parse(org.gjt.sp.jedit.Buffer buffer,
errorlist.DefaultErrorSource errorSource)
- Parse the contents of the given buffer.
- Specified by:
parse in class sidekick.SideKickParser
- Parameters:
buffer - the buffer to parseerrorSource -
- Returns:
- Description of the Returned Value