public class PrologCompletionParticipant extends CompletionParticipantAdapter
Constructor and Description |
---|
PrologCompletionParticipant() |
Modifier and Type | Method and Description |
---|---|
void |
onAttributeName(boolean generateValue,
ICompletionRequest request,
ICompletionResponse response) |
void |
onAttributeValue(String valuePrefix,
ICompletionRequest request,
ICompletionResponse response)
Collects and stores attribute value completion items within the provided completion
response
response |
onDTDSystemId, onTagOpen, onXMLContent
public void onAttributeName(boolean generateValue, ICompletionRequest request, ICompletionResponse response) throws Exception
onAttributeName
in interface ICompletionParticipant
onAttributeName
in class CompletionParticipantAdapter
Exception
public void onAttributeValue(String valuePrefix, ICompletionRequest request, ICompletionResponse response) throws Exception
ICompletionParticipant
response
onAttributeValue
in interface ICompletionParticipant
onAttributeValue
in class CompletionParticipantAdapter
valuePrefix
- the attribute value before the offset in which completion was invokedrequest
- the completion requestresponse
- the completion responseException
Copyright © 2021. All rights reserved.