Modifier and Type | Method and Description |
---|---|
XMLFormattingOptions |
XMLTextDocumentService.getSharedFormattingSettings() |
Modifier and Type | Method and Description |
---|---|
void |
ContentModelCodeActionParticipant.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
Modifier and Type | Method and Description |
---|---|
static void |
MarkupEntityMismatchCodeAction.createEndTagInsertCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
void |
src_import_1_2CodeAction.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
void |
s4s_elt_invalid_content_3CodeAction.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
void |
cvc_type_3_1_1CodeAction.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
void |
cvc_enumeration_validCodeAction.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
void |
cvc_complex_type_4CodeAction.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
void |
cvc_complex_type_3_2_2CodeAction.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
void |
cvc_complex_type_2_4_aCodeAction.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
void |
cvc_complex_type_2_3CodeAction.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
void |
cvc_complex_type_2_1CodeAction.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
void |
cvc_attribute_3CodeAction.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
void |
OpenQuoteExpectedCodeAction.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
void |
MarkupEntityMismatchCodeAction.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
void |
EqRequiredInAttributeCodeAction.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
void |
ElementUnterminatedCodeAction.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
void |
ElementDeclUnterminatedCodeAction.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
void |
ETagRequiredCodeAction.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
Modifier and Type | Method and Description |
---|---|
static String |
XMLGenerator.generateAttributeValue(String defaultValue,
Collection<String> enumerationValues,
boolean canSupportSnippets,
int snippetIndex,
boolean withQuote,
XMLFormattingOptions formattingSettings)
Creates the string value for a CompletionItem TextEdit
Can create an enumerated TextEdit if given a collection of values.
|
Constructor and Description |
---|
XMLGenerator(XMLFormattingOptions formattingOptions,
boolean autoCloseTags,
String whitespacesIndent,
String lineDelimiter,
boolean canSupportSnippets,
int maxLevel) |
XMLGenerator(XMLFormattingOptions formattingOptions,
String whitespacesIndent,
String lineDelimiter,
boolean canSupportSnippets,
int maxLevel)
XML generator constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
PrologModel.computeAttributeNameCompletionResponses(ICompletionRequest request,
ICompletionResponse response,
org.eclipse.lsp4j.Range editRange,
DOMDocument document,
XMLFormattingOptions formattingsSettings) |
static void |
PrologModel.computeValueCompletionResponses(ICompletionRequest request,
ICompletionResponse response,
org.eclipse.lsp4j.Range editRange,
DOMDocument document,
XMLFormattingOptions formattingSettings) |
Modifier and Type | Method and Description |
---|---|
static void |
XSISchemaModel.computeCompletionResponses(ICompletionRequest request,
ICompletionResponse response,
DOMDocument document,
boolean generateValue,
XMLFormattingOptions formattingSettings) |
Modifier and Type | Method and Description |
---|---|
List<org.eclipse.lsp4j.CodeAction> |
XMLLanguageService.doCodeActions(org.eclipse.lsp4j.CodeActionContext context,
org.eclipse.lsp4j.Range range,
DOMDocument document,
XMLFormattingOptions formattingSettings) |
List<org.eclipse.lsp4j.CodeAction> |
XMLCodeActions.doCodeActions(org.eclipse.lsp4j.CodeActionContext context,
org.eclipse.lsp4j.Range range,
DOMDocument document,
XMLFormattingOptions formattingSettings) |
List<? extends org.eclipse.lsp4j.TextEdit> |
XMLLanguageService.format(TextDocument document,
org.eclipse.lsp4j.Range range,
XMLFormattingOptions options) |
Constructor and Description |
---|
AttributeCompletionItem(String attrName,
boolean canSupportSnippets,
org.eclipse.lsp4j.Range fullRange,
boolean generateValue,
String defaultValue,
Collection<String> enumerationValues,
XMLFormattingOptions formattingSettings)
Attribute completion item.
|
Modifier and Type | Method and Description |
---|---|
XMLFormattingOptions |
ICompletionRequest.getFormattingSettings() |
Modifier and Type | Method and Description |
---|---|
void |
ICodeActionParticipant.doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
Modifier and Type | Method and Description |
---|---|
static XMLFormattingOptions |
XMLFormattingOptions.create(org.eclipse.lsp4j.FormattingOptions options,
org.eclipse.lsp4j.FormattingOptions sharedFormattingOptions) |
XMLFormattingOptions |
XMLGeneralClientSettings.getFormat() |
XMLFormattingOptions |
SharedSettings.getFormattingSettings() |
XMLFormattingOptions |
XMLFormattingOptions.merge(org.eclipse.lsp4j.FormattingOptions formattingOptions) |
Modifier and Type | Method and Description |
---|---|
void |
XMLGeneralClientSettings.setFormat(XMLFormattingOptions format) |
Constructor and Description |
---|
XMLBuilder(XMLFormattingOptions formattingOptions,
String whitespacesIndent,
String lineDelimiter) |
Copyright © 2020. All rights reserved.