Class RNGReferenceParticipant
- java.lang.Object
-
- org.eclipse.lemminx.services.extensions.AbstractReferenceParticipant
-
- org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGReferenceParticipant
-
- All Implemented Interfaces:
IReferenceParticipant
public class RNGReferenceParticipant extends AbstractReferenceParticipant
RelaxNG rng reference- Author:
- Angelo ZERR
-
-
Constructor Summary
Constructors Constructor Description RNGReferenceParticipant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfindReferences(DOMNode node, org.eclipse.lsp4j.Position position, int offset, org.eclipse.lsp4j.ReferenceContext context, List<org.eclipse.lsp4j.Location> locations, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)Find the referencesprotected booleanmatch(DOMDocument document)Returns true if the reference support is applicable for the given document and false otherwise.-
Methods inherited from class org.eclipse.lemminx.services.extensions.AbstractReferenceParticipant
findReference
-
-
-
-
Method Detail
-
match
protected boolean match(DOMDocument document)
Description copied from class:AbstractReferenceParticipantReturns true if the reference support is applicable for the given document and false otherwise.- Specified by:
matchin classAbstractReferenceParticipant- Returns:
- true if the reference support is applicable for the given document and false otherwise.
-
findReferences
protected void findReferences(DOMNode node, org.eclipse.lsp4j.Position position, int offset, org.eclipse.lsp4j.ReferenceContext context, List<org.eclipse.lsp4j.Location> locations, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
Description copied from class:AbstractReferenceParticipantFind the references- Specified by:
findReferencesin classAbstractReferenceParticipant
-
-