Interface IXMLFullFormatter

All Known Implementing Classes:
XMLLanguageService

public interface IXMLFullFormatter
XML formatter API.
  • Method Summary

    Modifier and Type
    Method
    Description
    formatFull(String text, String uri, SharedSettings sharedSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
    Format the given text document by the shared settings.
  • Method Details

    • formatFull

      String formatFull(String text, String uri, SharedSettings sharedSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
      Format the given text document by the shared settings.
      Parameters:
      text - the text.
      uri - the uri.
      sharedSettings - the shared settings.
      cancelChecker -
      Returns:
      the formatted text document by using the shared settings.