Class DTDHighlightingParticipant

java.lang.Object
org.eclipse.lemminx.extensions.dtd.participants.DTDHighlightingParticipant
All Implemented Interfaces:
IHighlightingParticipant

public class DTDHighlightingParticipant extends Object implements IHighlightingParticipant
DTD highlight participant
Author:
Angelo ZERR
  • Constructor Details

    • DTDHighlightingParticipant

      public DTDHighlightingParticipant()
  • Method Details

    • findDocumentHighlights

      public void findDocumentHighlights(DOMNode node, org.eclipse.lsp4j.Position position, int offset, List<org.eclipse.lsp4j.DocumentHighlight> highlights, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
      Specified by:
      findDocumentHighlights in interface IHighlightingParticipant