Uses of Enum Class
org.eclipse.lemminx.services.format.FormatElementCategory
Packages that use FormatElementCategory
Package
Description
-
Uses of FormatElementCategory in org.eclipse.lemminx.extensions.contentmodel.participants
Methods in org.eclipse.lemminx.extensions.contentmodel.participants that return FormatElementCategoryModifier and TypeMethodDescriptionContentModelFormatterParticipant.getFormatElementCategory(DOMElement element, XMLFormattingConstraints parentConstraints, Map<String, Collection<CMDocument>> formattingContext, SharedSettings sharedSettings) -
Uses of FormatElementCategory in org.eclipse.lemminx.services.extensions.format
Methods in org.eclipse.lemminx.services.extensions.format that return FormatElementCategoryModifier and TypeMethodDescriptiondefault FormatElementCategoryIFormatterParticipant.getFormatElementCategory(DOMElement element, XMLFormattingConstraints parentConstraints, Map<String, Collection<CMDocument>> formattingContext, SharedSettings sharedSettings) Returns the format element category for the given DOM element and null otherwise. -
Uses of FormatElementCategory in org.eclipse.lemminx.services.format
Methods in org.eclipse.lemminx.services.format that return FormatElementCategoryModifier and TypeMethodDescriptionXMLFormatterDocument.getFormatElementCategory(DOMElement element, XMLFormattingConstraints parentConstraints) Returns the format element category of the given DOM element.XMLFormattingConstraints.getFormatElementCategory()static FormatElementCategoryReturns the enum constant of this class with the specified name.static FormatElementCategory[]FormatElementCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.lemminx.services.format with parameters of type FormatElementCategoryModifier and TypeMethodDescriptionvoidXMLFormattingConstraints.setFormatElementCategory(FormatElementCategory formatElementCategory) -
Uses of FormatElementCategory in org.eclipse.lemminx.settings
Methods in org.eclipse.lemminx.settings that return FormatElementCategoryModifier and TypeMethodDescriptionXMLFormattingOptions.getFormatElementCategory(DOMElement element)