Class DTDDefinitionParticipant
- java.lang.Object
-
- org.eclipse.lemminx.services.extensions.AbstractDefinitionParticipant
-
- org.eclipse.lemminx.extensions.dtd.participants.DTDDefinitionParticipant
-
- All Implemented Interfaces:
IDefinitionParticipant
public class DTDDefinitionParticipant extends AbstractDefinitionParticipant
DTD definition participant- Author:
- Angelo ZERR
-
-
Constructor Summary
Constructors Constructor Description DTDDefinitionParticipant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-
-
-
Method Detail
-
match
protected boolean match(DOMDocument document)
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
-
-