Uses of Interface
org.eclipse.help.search.SearchParticipantXML.IParsedXMLContent
Package
Description
Provides the ability to add participants to help search and is responsible
for creating search indices.
-
Uses of SearchParticipantXML.IParsedXMLContent in org.eclipse.help.search
Modifier and TypeMethodDescriptionprotected 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.