Package | Description |
---|---|
org.eclipse.lemminx.commons | |
org.eclipse.lemminx.dom | |
org.eclipse.lemminx.services | |
org.eclipse.lemminx.services.format |
Modifier and Type | Class and Description |
---|---|
class |
TextDocuments<T extends TextDocument>
A manager for simple text documents
|
Modifier and Type | Class and Description |
---|---|
class |
ModelTextDocument<T>
A
TextDocument which is associate to a model loaded in async. |
Constructor and Description |
---|
TextDocumentVersionChecker(TextDocument textDocument,
int version) |
Constructor and Description |
---|
ModelTextDocument(String text,
String uri,
BiFunction<TextDocument,org.eclipse.lsp4j.jsonrpc.CancelChecker,T> parse) |
ModelTextDocument(org.eclipse.lsp4j.TextDocumentItem document,
BiFunction<TextDocument,org.eclipse.lsp4j.jsonrpc.CancelChecker,T> parse) |
ModelTextDocuments(BiFunction<TextDocument,org.eclipse.lsp4j.jsonrpc.CancelChecker,T> parse) |
Modifier and Type | Method and Description |
---|---|
TextDocument |
DOMDocument.getTextDocument() |
Modifier and Type | Method and Description |
---|---|
DOMDocument |
DOMParser.parse(TextDocument document,
URIResolverExtensionManager resolverExtensionManager) |
DOMDocument |
DOMParser.parse(TextDocument document,
URIResolverExtensionManager resolverExtensionManager,
boolean ignoreWhitespaceContent) |
DOMDocument |
DOMParser.parse(TextDocument document,
URIResolverExtensionManager resolverExtensionManager,
boolean ignoreWhitespaceContent,
org.eclipse.lsp4j.jsonrpc.CancelChecker monitor) |
Constructor and Description |
---|
DOMDocument(TextDocument textDocument,
URIResolverExtensionManager resolverExtensionManager) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Path> |
XMLLanguageService.publishDiagnostics(DOMDocument xmlDocument,
Consumer<org.eclipse.lsp4j.PublishDiagnosticsParams> publishDiagnostics,
Consumer<TextDocument> triggerValidation,
XMLValidationRootSettings validationSettings,
Map<String,Object> validationArgs,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) |
Modifier and Type | Method and Description |
---|---|
static String |
TextEditUtils.applyEdits(TextDocument document,
List<? extends org.eclipse.lsp4j.TextEdit> edits) |
static org.eclipse.lsp4j.TextEdit |
TextEditUtils.createTextEditIfNeeded(int from,
int to,
String expectedContent,
TextDocument textDocument)
Returns the
TextEdit to insert the given expected content from the
given range (from, to) of the given text document and null otherwise. |
Constructor and Description |
---|
XMLFormatterDocumentOld(TextDocument textDocument,
org.eclipse.lsp4j.Range range,
SharedSettings sharedSettings,
Collection<IFormatterParticipant> formatterParticipants)
XML formatter document.
|
Copyright © 2022. All rights reserved.