| Package | Description |
|---|---|
| org.eclipse.lemminx | |
| org.eclipse.lemminx.commons |
| Modifier and Type | Method and Description |
|---|---|
ModelTextDocument<DOMDocument> |
XMLTextDocumentService.getDocument(String uri)
Returns the text document from the given uri.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ModelTextDocument<DOMDocument>> |
XMLTextDocumentService.allDocuments() |
| Modifier and Type | Method and Description |
|---|---|
ModelTextDocument<T> |
ModelTextDocuments.createDocument(org.eclipse.lsp4j.TextDocumentItem document) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelValidatorDelayer.validateWithDelay(ModelTextDocument<T> document)
Validate the given model
document identified by the given
uri with a delay. |
| Constructor and Description |
|---|
ModelValidatorDelayer(Consumer<ModelTextDocument<T>> validator) |
ModelValidatorDelayer(ScheduledExecutorService executorService,
Consumer<ModelTextDocument<T>> validator,
long validationDelayMs) |
Copyright © 2024. All rights reserved.