public class DocTypeSnippetContext extends Object implements IXMLSnippetContext
Modifier and Type | Field and Description |
---|---|
static IXMLSnippetContext |
DEFAULT_CONTEXT |
Constructor and Description |
---|
DocTypeSnippetContext() |
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)
ISnippetContext
isMatch
in interface ISnippetContext<ICompletionRequest>
request
- the value to check.Copyright © 2022. All rights reserved.