Uses of Class
org.eclipse.lemminx.commons.TextDocument
Packages that use TextDocument
Package
Description
-
Uses of TextDocument in org.eclipse.lemminx.commons
Classes in org.eclipse.lemminx.commons with type parameters of type TextDocumentModifier and TypeClassDescriptionclassTextDocuments<T extends TextDocument>A manager for simple text documentsSubclasses of TextDocument in org.eclipse.lemminx.commonsModifier and TypeClassDescriptionclassATextDocumentwhich is associate to a model loaded in async.Constructors in org.eclipse.lemminx.commons with parameters of type TextDocumentConstructor parameters in org.eclipse.lemminx.commons with type arguments of type TextDocumentModifierConstructorDescriptionModelTextDocument(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) -
Uses of TextDocument in org.eclipse.lemminx.dom
Methods in org.eclipse.lemminx.dom that return TextDocumentMethods in org.eclipse.lemminx.dom with parameters of type TextDocumentModifier and TypeMethodDescriptionDOMParser.parse(TextDocument document, URIResolverExtensionManager resolverExtensionManager) DOMParser.parse(TextDocument document, URIResolverExtensionManager resolverExtensionManager, boolean ignoreWhitespaceContent) DOMParser.parse(TextDocument document, URIResolverExtensionManager resolverExtensionManager, boolean ignoreWhitespaceContent, org.eclipse.lsp4j.jsonrpc.CancelChecker monitor) Constructors in org.eclipse.lemminx.dom with parameters of type TextDocumentModifierConstructorDescriptionDOMDocument(TextDocument textDocument, URIResolverExtensionManager resolverExtensionManager) -
Uses of TextDocument in org.eclipse.lemminx.services.format
Methods in org.eclipse.lemminx.services.format with parameters of type TextDocumentModifier and TypeMethodDescriptionstatic StringTextEditUtils.applyEdits(TextDocument document, List<? extends org.eclipse.lsp4j.TextEdit> edits) static org.eclipse.lsp4j.TextEditTextEditUtils.createTextEditIfNeeded(int from, int to, String expectedContent, TextDocument textDocument) Returns theTextEditto insert the given expected content from the given range (from, to) of the given text document and null otherwise.Constructors in org.eclipse.lemminx.services.format with parameters of type TextDocumentModifierConstructorDescriptionXMLFormatterDocumentOld(TextDocument textDocument, org.eclipse.lsp4j.Range range, SharedSettings sharedSettings, Collection<IFormatterParticipant> formatterParticipants) XML formatter document.