Class PrologModel
- java.lang.Object
-
- org.eclipse.lemminx.extensions.prolog.PrologModel
-
public class PrologModel extends Object
This class holds values that represent the XSI xsd. Can be seen at https://www.w3.org/2001/XMLSchema-instance
-
-
Field Summary
Fields Modifier and Type Field Description static StringENCODING_NAMEstatic List<String>ENCODING_VALUESstatic StringEUC_KRstatic StringGB2312static StringISO_8859_1static StringNOstatic StringSHIFT_JISstatic StringSTANDALONE_NAMEstatic List<String>STANDALONE_VALUESstatic StringUTF_8static StringVERSION_1static StringVERSION_1_1static StringVERSION_NAMEstatic List<String>VERSION_VALUESstatic StringWINDOWS_1251static StringWINDOWS_1252static StringYES
-
Constructor Summary
Constructors Constructor Description PrologModel()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcomputeAttributeNameCompletionResponses(ICompletionRequest request, ICompletionResponse response, org.eclipse.lsp4j.Range editRange, DOMDocument document, SharedSettings sharedSettings)static voidcomputeValueCompletionResponses(ICompletionRequest request, ICompletionResponse response, org.eclipse.lsp4j.Range editRange, DOMDocument document)
-
-
-
Field Detail
-
VERSION_NAME
public static final String VERSION_NAME
- See Also:
- Constant Field Values
-
ENCODING_NAME
public static final String ENCODING_NAME
- See Also:
- Constant Field Values
-
STANDALONE_NAME
public static final String STANDALONE_NAME
- See Also:
- Constant Field Values
-
VERSION_1
public static final String VERSION_1
- See Also:
- Constant Field Values
-
VERSION_1_1
public static final String VERSION_1_1
- See Also:
- Constant Field Values
-
UTF_8
public static final String UTF_8
-
ISO_8859_1
public static final String ISO_8859_1
-
WINDOWS_1251
public static final String WINDOWS_1251
- See Also:
- Constant Field Values
-
WINDOWS_1252
public static final String WINDOWS_1252
- See Also:
- Constant Field Values
-
SHIFT_JIS
public static final String SHIFT_JIS
- See Also:
- Constant Field Values
-
GB2312
public static final String GB2312
- See Also:
- Constant Field Values
-
EUC_KR
public static final String EUC_KR
- See Also:
- Constant Field Values
-
YES
public static final String YES
- See Also:
- Constant Field Values
-
NO
public static final String NO
- See Also:
- Constant Field Values
-
-
Method Detail
-
computeAttributeNameCompletionResponses
public static void computeAttributeNameCompletionResponses(ICompletionRequest request, ICompletionResponse response, org.eclipse.lsp4j.Range editRange, DOMDocument document, SharedSettings sharedSettings) throws BadLocationException
- Throws:
BadLocationException
-
computeValueCompletionResponses
public static void computeValueCompletionResponses(ICompletionRequest request, ICompletionResponse response, org.eclipse.lsp4j.Range editRange, DOMDocument document) throws BadLocationException
- Throws:
BadLocationException
-
-