Interface IHighlightingParticipant
-
- All Known Implementing Classes:
DTDHighlightingParticipant,RNGHighlightingParticipant,XMLReferencesHighlightingParticipant,XSDHighlightingParticipant
public interface IHighlightingParticipant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfindDocumentHighlights(DOMNode node, org.eclipse.lsp4j.Position position, int offset, List<org.eclipse.lsp4j.DocumentHighlight> highlights, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
-