Uses of Interface
org.eclipse.help.search.SearchParticipantXML.IParsedXMLContent
-
Packages that use SearchParticipantXML.IParsedXMLContent Package Description org.eclipse.help.search 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.IParsedXMLContent Modifier and Type Method 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.
-