| Modifier and Type | Method and Description |
|---|---|
XMLFormattingOptions |
XMLTextDocumentService.getSharedFormattingSettings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
XSIFormatterParticipant.formatAttributeValue(DOMAttr attr,
XMLFormatterDocumentNew formatterDocument,
int indentLevel,
XMLFormattingOptions formattingOptions,
List<org.eclipse.lsp4j.TextEdit> edits) |
String |
XSIFormatterParticipant.getCurrentLineIndent(XMLBuilder xml,
XMLFormattingOptions formattingOptions) |
| Modifier and Type | Method and Description |
|---|---|
static XSISchemaLocationSplit |
XSISchemaLocationSplit.getSplit(XMLFormattingOptions formattingSettings) |
static void |
XSISchemaLocationSplit.setSplit(XSISchemaLocationSplit split,
XMLFormattingOptions formattingSettings) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
IFormatterParticipant.formatAttributeValue(DOMAttr attr,
XMLFormatterDocumentNew formatterDocument,
int indentLevel,
XMLFormattingOptions formattingOptions,
List<org.eclipse.lsp4j.TextEdit> edits)
Format the given attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
XMLFormattingOptions |
XMLGeneralClientSettings.getFormat()
Returns the formatting options
|
XMLFormattingOptions |
SharedSettings.getFormattingSettings() |
XMLFormattingOptions |
XMLFormattingOptions.merge(org.eclipse.lsp4j.FormattingOptions formattingOptions) |
XMLFormattingOptions |
XMLFormattingOptions.merge(XMLFormattingOptions formattingOptions) |
| Modifier and Type | Method and Description |
|---|---|
XMLFormattingOptions |
XMLFormattingOptions.merge(XMLFormattingOptions formattingOptions) |
void |
XMLGeneralClientSettings.setFormat(XMLFormattingOptions format)
Sets the formatting options
|
Copyright © 2022. All rights reserved.