Uses of Interface
org.eclipse.lemminx.services.extensions.format.IFormatterParticipant
Packages that use IFormatterParticipant
Package
Description
-
Uses of IFormatterParticipant in org.eclipse.lemminx.extensions.contentmodel.participants
Classes in org.eclipse.lemminx.extensions.contentmodel.participants that implement IFormatterParticipantModifier and TypeClassDescriptionclassFormatter 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 IFormatterParticipantModifier and TypeClassDescriptionclassFormatter 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 IFormatterParticipantMethods in org.eclipse.lemminx.services.extensions with parameters of type IFormatterParticipantModifier and TypeMethodDescriptionvoidXMLExtensionsRegistry.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 IFormatterParticipantModifierConstructorDescriptionXMLFormatterDocument(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 IFormatterParticipantModifierConstructorDescriptionXMLBuilder(SharedSettings sharedSettings, String whitespacesIndent, String lineDelimiter, Collection<IFormatterParticipant> formatterParticipants)