public class XMLReferencesCompletionParticipant extends CompletionParticipantAdapter
| Constructor and Description |
|---|
XMLReferencesCompletionParticipant(XMLReferencesPlugin plugin) |
| Modifier and Type | Method and Description |
|---|---|
void |
onAttributeValue(String valuePrefix,
ICompletionRequest request,
ICompletionResponse response,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
Collects and stores attribute value completion items within the provided
completion
response
response |
void |
onXMLContent(ICompletionRequest request,
ICompletionResponse response,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) |
onAttributeName, onDTDSystemId, onTagOpenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResolveCompletionItemParticipantpublic XMLReferencesCompletionParticipant(XMLReferencesPlugin plugin)
public void onXMLContent(ICompletionRequest request, ICompletionResponse response, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
onXMLContent in interface ICompletionParticipantonXMLContent in class CompletionParticipantAdapterExceptionpublic void onAttributeValue(String valuePrefix, ICompletionRequest request, ICompletionResponse response, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
ICompletionParticipantresponseonAttributeValue in interface ICompletionParticipantonAttributeValue in class CompletionParticipantAdaptervaluePrefix - the attribute value before the offset in which completion
was invokedrequest - the completion requestresponse - the completion responseExceptionCopyright © 2024. All rights reserved.