Package | Description |
---|---|
org.eclipse.help.search |
Provides the ability to add participants to help search and is responsible
for creating search indices.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SearchParticipantXML.handleEndDocument(SearchParticipantXML.IParsedXMLContent data)
Called when the XML document has been ended.
|
protected abstract void |
SearchParticipantXML.handleEndElement(String name,
SearchParticipantXML.IParsedXMLContent data)
Called when the element has been ended.
|
protected void |
SearchParticipantXML.handleProcessingInstruction(String type,
SearchParticipantXML.IParsedXMLContent data)
Called when a processing instruction has been encountered.
|
protected void |
SearchParticipantXML.handleStartDocument(SearchParticipantXML.IParsedXMLContent data)
Called when the XML document has been started.
|
protected abstract void |
SearchParticipantXML.handleStartElement(String name,
Attributes attributes,
SearchParticipantXML.IParsedXMLContent data)
Called when the element has been started.
|
protected abstract void |
SearchParticipantXML.handleText(String text,
SearchParticipantXML.IParsedXMLContent data)
Called when element body text has been encountered.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.