public class ContentModelCompletionParticipant extends CompletionParticipantAdapter
| Constructor and Description |
|---|
ContentModelCompletionParticipant() |
| 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 request,
ICompletionResponse response) |
void |
onXMLContent(ICompletionRequest request,
ICompletionResponse response) |
public void onTagOpen(ICompletionRequest request, ICompletionResponse response) throws Exception
onTagOpen in interface ICompletionParticipantonTagOpen in class CompletionParticipantAdapterExceptionpublic void onAttributeName(boolean generateValue,
ICompletionRequest request,
ICompletionResponse response)
throws Exception
onAttributeName in interface ICompletionParticipantonAttributeName in class CompletionParticipantAdapterExceptionpublic void onAttributeValue(String valuePrefix, ICompletionRequest request, ICompletionResponse response) throws Exception
onAttributeValue in interface ICompletionParticipantonAttributeValue in class CompletionParticipantAdapterExceptionpublic void onXMLContent(ICompletionRequest request, ICompletionResponse response) throws Exception
onXMLContent in interface ICompletionParticipantonXMLContent in class CompletionParticipantAdapterExceptionCopyright © 2020. All rights reserved.