Interface IReferenceParticipant
-
- All Known Implementing Classes:
AbstractReferenceParticipant,DTDReferenceParticipant,RNGReferenceParticipant,XMLReferencesReferenceParticipant,XSDReferenceParticipant
public interface IReferenceParticipantReference participant API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfindReference(DOMDocument document, org.eclipse.lsp4j.Position position, org.eclipse.lsp4j.ReferenceContext context, List<org.eclipse.lsp4j.Location> locations, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
-
-
-
Method Detail
-
findReference
void findReference(DOMDocument document, org.eclipse.lsp4j.Position position, org.eclipse.lsp4j.ReferenceContext context, List<org.eclipse.lsp4j.Location> locations, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
-
-