public class ProcessingInstructionSnippetContext extends Object implements IXMLSnippetContext
| Modifier and Type | Field and Description |
|---|---|
static IXMLSnippetContext |
DEFAULT_CONTEXT |
| Constructor and Description |
|---|
ProcessingInstructionSnippetContext() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMatch(ICompletionRequest request,
Map<String,String> model)
Return true if the given value match the snippet context and false otherwise.
|
public static IXMLSnippetContext DEFAULT_CONTEXT
public boolean isMatch(ICompletionRequest request, Map<String,String> model)
ISnippetContextisMatch in interface ISnippetContext<ICompletionRequest>request - the value to check.Copyright © 2020. All rights reserved.