Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.help.search.SearchParticipantXML.IParsedXMLContent

Packages that use SearchParticipantXML.IParsedXMLContent
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
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.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.