Package | Description |
---|---|
org.eclipse.lemminx.commons | |
org.eclipse.lemminx.dom | |
org.eclipse.lemminx.services |
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 |
---|---|
List<? extends org.eclipse.lsp4j.TextEdit> |
XMLLanguageService.format(TextDocument document,
org.eclipse.lsp4j.Range range,
SharedSettings sharedSettings) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Path> |
XMLLanguageService.publishDiagnostics(DOMDocument xmlDocument,
Consumer<org.eclipse.lsp4j.PublishDiagnosticsParams> publishDiagnostics,
Consumer<TextDocument> triggerValidation,
XMLValidationSettings validationSettings,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) |
Copyright © 2022. All rights reserved.