public class PrologModel extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ENCODING_NAME |
static List<String> |
ENCODING_VALUES |
static String |
EUC_KR |
static String |
GB2312 |
static String |
ISO_8859_1 |
static String |
NO |
static String |
SHIFT_JIS |
static String |
STANDALONE_NAME |
static List<String> |
STANDALONE_VALUES |
static String |
UTF_8 |
static String |
VERSION_1 |
static String |
VERSION_1_1 |
static String |
VERSION_NAME |
static List<String> |
VERSION_VALUES |
static String |
WINDOWS_1251 |
static String |
WINDOWS_1252 |
static String |
YES |
Constructor and Description |
---|
PrologModel() |
Modifier and Type | Method and Description |
---|---|
static void |
computeAttributeNameCompletionResponses(ICompletionRequest request,
ICompletionResponse response,
org.eclipse.lsp4j.Range editRange,
DOMDocument document,
SharedSettings sharedSettings) |
static void |
computeValueCompletionResponses(ICompletionRequest request,
ICompletionResponse response,
org.eclipse.lsp4j.Range editRange,
DOMDocument document) |
public static final String VERSION_NAME
public static final String ENCODING_NAME
public static final String STANDALONE_NAME
public static final String VERSION_1
public static final String VERSION_1_1
public static final String UTF_8
public static final String ISO_8859_1
public static final String WINDOWS_1251
public static final String WINDOWS_1252
public static final String SHIFT_JIS
public static final String GB2312
public static final String EUC_KR
public static final String YES
public static final String NO
public static void computeAttributeNameCompletionResponses(ICompletionRequest request, ICompletionResponse response, org.eclipse.lsp4j.Range editRange, DOMDocument document, SharedSettings sharedSettings) throws BadLocationException
BadLocationException
public static void computeValueCompletionResponses(ICompletionRequest request, ICompletionResponse response, org.eclipse.lsp4j.Range editRange, DOMDocument document) throws BadLocationException
BadLocationException
Copyright © 2022. All rights reserved.