| Package | Description |
|---|---|
| org.eclipse.lemminx.dom | |
| org.eclipse.lemminx.services.format | |
| org.eclipse.lemminx.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
DOMCDATASection
A CData section node.
|
| Modifier and Type | Method and Description |
|---|---|
DOMText |
DOMDocument.createText(int start,
int end) |
DOMText |
DOMDocument.createTextNode(String data) |
DOMText |
DOMText.replaceWholeText(String content) |
DOMText |
DOMText.splitText(int offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
DOMTextFormatter.formatText(DOMText textNode,
XMLFormattingConstraints parentConstraints,
List<org.eclipse.lsp4j.TextEdit> edits) |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.lsp4j.Range |
XMLPositionUtility.selectText(DOMText text)
Returns the text content range and null otherwise.
|
Copyright © 2022. All rights reserved.