Uses of Class
org.eclipse.lemminx.commons.ModelTextDocument
Packages that use ModelTextDocument
-
Uses of ModelTextDocument in org.eclipse.lemminx
Methods in org.eclipse.lemminx that return ModelTextDocumentModifier and TypeMethodDescriptionXMLTextDocumentService.getDocument(String uri) Returns the text document from the given uri.Methods in org.eclipse.lemminx that return types with arguments of type ModelTextDocument -
Uses of ModelTextDocument in org.eclipse.lemminx.commons
Methods in org.eclipse.lemminx.commons that return ModelTextDocumentModifier and TypeMethodDescriptionModelTextDocuments.createDocument(org.eclipse.lsp4j.TextDocumentItem document) Methods in org.eclipse.lemminx.commons with parameters of type ModelTextDocumentModifier and TypeMethodDescriptionvoidModelValidatorDelayer.validateWithDelay(ModelTextDocument<T> document) Validate the given modeldocumentidentified by the givenuriwith a delay.Constructor parameters in org.eclipse.lemminx.commons with type arguments of type ModelTextDocumentModifierConstructorDescriptionModelValidatorDelayer(ScheduledExecutorService executorService, Consumer<ModelTextDocument<T>> validator, long validationDelayMs) ModelValidatorDelayer(Consumer<ModelTextDocument<T>> validator)