Interface IHighlightingParticipant

All Known Implementing Classes:
DTDHighlightingParticipant, RNGHighlightingParticipant, XMLReferencesHighlightingParticipant, XSDHighlightingParticipant

public interface IHighlightingParticipant
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    findDocumentHighlights(DOMNode node, org.eclipse.lsp4j.Position position, int offset, List<org.eclipse.lsp4j.DocumentHighlight> highlights, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
     
  • Method Details

    • findDocumentHighlights

      void findDocumentHighlights(DOMNode node, org.eclipse.lsp4j.Position position, int offset, List<org.eclipse.lsp4j.DocumentHighlight> highlights, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)