public interface ICompletionParticipant
| 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) |
void onTagOpen(ICompletionRequest completionRequest, ICompletionResponse completionResponse) throws Exception
Exceptionvoid onXMLContent(ICompletionRequest request, ICompletionResponse response) throws Exception
Exceptionvoid onAttributeName(boolean generateValue,
ICompletionRequest request,
ICompletionResponse response)
throws Exception
Exceptionvoid onAttributeValue(String valuePrefix, ICompletionRequest request, ICompletionResponse response) throws Exception
ExceptionCopyright © 2020. All rights reserved.