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
Exception
void onXMLContent(ICompletionRequest request, ICompletionResponse response) throws Exception
Exception
void onAttributeName(boolean generateValue, ICompletionRequest request, ICompletionResponse response) throws Exception
Exception
void onAttributeValue(String valuePrefix, ICompletionRequest request, ICompletionResponse response) throws Exception
Exception
Copyright © 2020. All rights reserved.