Class XSDHighlightingParticipant
- java.lang.Object
-
- org.eclipse.lemminx.extensions.xsd.participants.XSDHighlightingParticipant
-
- All Implemented Interfaces:
IHighlightingParticipant
public class XSDHighlightingParticipant extends Object implements IHighlightingParticipant
XSD highlight participant- Author:
- Angelo ZERR
-
-
Constructor Summary
Constructors Constructor Description XSDHighlightingParticipant()
-
Method Summary
All Methods Instance Methods Concrete 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)
-
-
-
Method Detail
-
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
-
-