sidekick.html
Class HtmlParser

java.lang.Object
  extended by sidekick.SideKickParser
      extended by xml.parser.XmlParser
          extended by 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 xml.parser.XmlParser
ATTRIB_COMPLETE, ELEMENT_COMPLETE, ENTITY_COMPLETE, INSTANT_COMPLETION_TRIGGERS
 
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 xml.parser.XmlParser
complete, getInstantCompletionTriggers, stop, supportsCompletion
 
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
 

Field Detail

showAll

public static boolean showAll
Constructor Detail

HtmlParser

public HtmlParser()
Constructor for HtmlParser

Method Detail

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 parse
errorSource -
Returns:
Description of the Returned Value