Package | Description |
---|---|
org.eclipse.lemminx.dom | |
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 |
---|---|
static org.eclipse.lsp4j.Range |
XMLPositionUtility.selectText(DOMText text)
Returns the text content range and null otherwise.
|
Copyright © 2020. All rights reserved.