Uses of Interface
org.eclipse.lemminx.services.extensions.IHighlightingParticipant
-
-
Uses of IHighlightingParticipant in org.eclipse.lemminx.extensions.dtd.participants
Classes in org.eclipse.lemminx.extensions.dtd.participants that implement IHighlightingParticipant Modifier and Type Class Description classDTDHighlightingParticipantDTD highlight participant -
Uses of IHighlightingParticipant in org.eclipse.lemminx.extensions.references.participants
Classes in org.eclipse.lemminx.extensions.references.participants that implement IHighlightingParticipant Modifier and Type Class Description classXMLReferencesHighlightingParticipantXML references highlight participant -
Uses of IHighlightingParticipant in org.eclipse.lemminx.extensions.relaxng.grammar.rng
Classes in org.eclipse.lemminx.extensions.relaxng.grammar.rng that implement IHighlightingParticipant Modifier and Type Class Description classRNGHighlightingParticipantRNG highlight participant -
Uses of IHighlightingParticipant in org.eclipse.lemminx.extensions.xsd.participants
Classes in org.eclipse.lemminx.extensions.xsd.participants that implement IHighlightingParticipant Modifier and Type Class Description classXSDHighlightingParticipantXSD highlight participant -
Uses of IHighlightingParticipant in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions that return types with arguments of type IHighlightingParticipant Modifier and Type Method Description Collection<IHighlightingParticipant>XMLExtensionsRegistry. getHighlightingParticipants()Methods in org.eclipse.lemminx.services.extensions with parameters of type IHighlightingParticipant Modifier and Type Method Description voidXMLExtensionsRegistry. registerHighlightingParticipant(IHighlightingParticipant highlightingParticipant)voidXMLExtensionsRegistry. unregisterHighlightingParticipant(IHighlightingParticipant highlightingParticipant)
-