Class XMLReferencesHighlightingParticipant
java.lang.Object
org.eclipse.lemminx.extensions.references.participants.XMLReferencesHighlightingParticipant
- All Implemented Interfaces:
IHighlightingParticipant
public class XMLReferencesHighlightingParticipant
extends Object
implements IHighlightingParticipant
XML references highlight participant
- Author:
- Angelo ZERR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfindDocumentHighlights(DOMNode node, org.eclipse.lsp4j.Position position, int offset, List<org.eclipse.lsp4j.DocumentHighlight> highlights, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
-
Constructor Details
-
XMLReferencesHighlightingParticipant
-
-
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:
findDocumentHighlightsin interfaceIHighlightingParticipant
-