public class XMLFormatterDocumentOld extends Object
Constructor and Description |
---|
XMLFormatterDocumentOld(TextDocument textDocument,
org.eclipse.lsp4j.Range range,
SharedSettings sharedSettings,
Collection<IFormatterParticipant> formatterParticipants)
XML formatter document.
|
Modifier and Type | Method and Description |
---|---|
List<? extends org.eclipse.lsp4j.TextEdit> |
format()
Returns a List containing a single TextEdit, containing the newly formatted
changes of this.textDocument
|
public XMLFormatterDocumentOld(TextDocument textDocument, org.eclipse.lsp4j.Range range, SharedSettings sharedSettings, Collection<IFormatterParticipant> formatterParticipants)
public List<? extends org.eclipse.lsp4j.TextEdit> format() throws BadLocationException
BadLocationException
Copyright © 2022. All rights reserved.