Uses of Interface
org.eclipse.help.search.SearchParticipantXML.IParsedXMLContent
Packages that use 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
Methods in org.eclipse.help.search with parameters of type SearchParticipantXML.IParsedXMLContentModifier and TypeMethodDescriptionprotected voidSearchParticipantXML.handleEndDocument(SearchParticipantXML.IParsedXMLContent data) Called when the XML document has been ended.protected abstract voidSearchParticipantXML.handleEndElement(String name, SearchParticipantXML.IParsedXMLContent data) Called when the element has been ended.protected voidSearchParticipantXML.handleProcessingInstruction(String type, SearchParticipantXML.IParsedXMLContent data) Called when a processing instruction has been encountered.protected voidSearchParticipantXML.handleStartDocument(SearchParticipantXML.IParsedXMLContent data) Called when the XML document has been started.protected abstract voidSearchParticipantXML.handleStartElement(String name, Attributes attributes, SearchParticipantXML.IParsedXMLContent data) Called when the element has been started.protected abstract voidSearchParticipantXML.handleText(String text, SearchParticipantXML.IParsedXMLContent data) Called when element body text has been encountered.