Uses of Interface
org.eclipse.lemminx.services.extensions.format.IFormatterParticipant
-
-
Uses of IFormatterParticipant in org.eclipse.lemminx.extensions.contentmodel.participants
Classes in org.eclipse.lemminx.extensions.contentmodel.participants that implement IFormatterParticipant Modifier and Type Class Description classContentModelFormatterParticipantFormatter participant which uses XSD/DTD grammar information to know theFormatElementCategoryof a given element. -
Uses of IFormatterParticipant in org.eclipse.lemminx.extensions.xsi.participants
Classes in org.eclipse.lemminx.extensions.xsi.participants that implement IFormatterParticipant Modifier and Type Class Description classXSIFormatterParticipantFormatter participant implementation to format xsi:schemaLocation attribute value. -
Uses of IFormatterParticipant in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions that return types with arguments of type IFormatterParticipant Modifier and Type Method Description Collection<IFormatterParticipant>XMLExtensionsRegistry. getFormatterParticipants()Methods in org.eclipse.lemminx.services.extensions with parameters of type IFormatterParticipant Modifier and Type Method Description voidXMLExtensionsRegistry. registerFormatterParticipant(IFormatterParticipant formatterParticipant)voidXMLExtensionsRegistry. unregisterFormatterParticipant(IFormatterParticipant formatterParticipant) -
Uses of IFormatterParticipant in org.eclipse.lemminx.services.format
Constructor parameters in org.eclipse.lemminx.services.format with type arguments of type IFormatterParticipant Constructor Description XMLFormatterDocument(DOMDocument xmlDocument, org.eclipse.lsp4j.Range range, SharedSettings sharedSettings, Collection<IFormatterParticipant> formatterParticipants)XML formatter document.XMLFormatterDocumentOld(TextDocument textDocument, org.eclipse.lsp4j.Range range, SharedSettings sharedSettings, Collection<IFormatterParticipant> formatterParticipants)XML formatter document. -
Uses of IFormatterParticipant in org.eclipse.lemminx.utils
Constructor parameters in org.eclipse.lemminx.utils with type arguments of type IFormatterParticipant Constructor Description XMLBuilder(SharedSettings sharedSettings, String whitespacesIndent, String lineDelimiter, Collection<IFormatterParticipant> formatterParticipants)
-