public class CompletionParticipantAdapter extends Object implements ICompletionParticipant
| Constructor and Description |
|---|
CompletionParticipantAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAttributeName(boolean generateValue,
ICompletionRequest request,
ICompletionResponse response) |
void |
onAttributeValue(String valuePrefix,
ICompletionRequest request,
ICompletionResponse response) |
void |
onTagOpen(ICompletionRequest completionRequest,
ICompletionResponse completionResponse) |
void |
onXMLContent(ICompletionRequest request,
ICompletionResponse response) |
public void onTagOpen(ICompletionRequest completionRequest, ICompletionResponse completionResponse) throws Exception
onTagOpen in interface ICompletionParticipantExceptionpublic void onXMLContent(ICompletionRequest request, ICompletionResponse response) throws Exception
onXMLContent in interface ICompletionParticipantExceptionpublic void onAttributeName(boolean generateValue,
ICompletionRequest request,
ICompletionResponse response)
throws Exception
onAttributeName in interface ICompletionParticipantExceptionpublic void onAttributeValue(String valuePrefix, ICompletionRequest request, ICompletionResponse response) throws Exception
onAttributeValue in interface ICompletionParticipantExceptionCopyright © 2020. All rights reserved.