| 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) |
static DOMText |
DOMNode.findTextAt(DOMNode node,
int offset) |
DOMText |
DOMElement.findTextAt(int offset)
Returns the DOM text node from the given
offset and null
otherwise. |
DOMText |
DOMText.replaceWholeText(String content) |
DOMText |
DOMText.splitText(int offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
DOMTextFormatter.formatText(DOMText textNode,
XMLFormattingConstraints parentConstraints,
int start,
int end,
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 © 2024. All rights reserved.