Class EntitiesDefinitionParticipant
java.lang.Object
org.eclipse.lemminx.services.extensions.AbstractDefinitionParticipant
org.eclipse.lemminx.extensions.entities.participants.EntitiesDefinitionParticipant
- All Implemented Interfaces:
IDefinitionParticipant
Entities definition used in a text node (ex : &).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoFindDefinition(IDefinitionRequest request, List<org.eclipse.lsp4j.LocationLink> locations, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Find the definitionprotected booleanmatch(DOMDocument document) Returns true if the definition support is applicable for the given document and false otherwise.Methods inherited from class org.eclipse.lemminx.services.extensions.AbstractDefinitionParticipant
findDefinition
-
Constructor Details
-
EntitiesDefinitionParticipant
public EntitiesDefinitionParticipant()
-
-
Method Details
-
match
Description copied from class:AbstractDefinitionParticipantReturns true if the definition support is applicable for the given document and false otherwise.- Specified by:
matchin classAbstractDefinitionParticipant- Returns:
- true if the definition support is applicable for the given document and false otherwise.
-
doFindDefinition
protected void doFindDefinition(IDefinitionRequest request, List<org.eclipse.lsp4j.LocationLink> locations, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Description copied from class:AbstractDefinitionParticipantFind the definition- Specified by:
doFindDefinitionin classAbstractDefinitionParticipant
-