public class XercesParserImpl extends XmlParser
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMPLETION_INFO_CACHE_ENTRY |
ATTRIB_COMPLETE, ELEMENT_COMPLETE, ENTITY_COMPLETE, INSTANT_COMPLETION_TRIGGERS, VALUE_COMPLETE
Constructor and Description |
---|
XercesParserImpl() |
Modifier and Type | Method and Description |
---|---|
void |
activate(org.gjt.sp.jedit.View view) |
javax.swing.JPanel |
getPanel() |
sidekick.SideKickParsedData |
parse(org.gjt.sp.jedit.Buffer buffer,
errorlist.DefaultErrorSource errorSource)
a buffer read lock is hold arround parse()
|
activate, complete, deactivate, getInstantCompletionTriggers, stop, supportsCompletion
public void activate(org.gjt.sp.jedit.View view)
activate
in class sidekick.SideKickParser
public sidekick.SideKickParsedData parse(org.gjt.sp.jedit.Buffer buffer, errorlist.DefaultErrorSource errorSource)
parse
in class sidekick.SideKickParser
public javax.swing.JPanel getPanel()
getPanel
in class sidekick.SideKickParser