Uses of Class
org.eclipse.lemminx.services.format.FormatElementCategory
-
-
Uses of FormatElementCategory in org.eclipse.lemminx.extensions.contentmodel.participants
Methods in org.eclipse.lemminx.extensions.contentmodel.participants that return FormatElementCategory Modifier and Type Method Description FormatElementCategoryContentModelFormatterParticipant. 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 FormatElementCategory Modifier and Type Method Description default 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 FormatElementCategory Modifier and Type Method Description FormatElementCategoryXMLFormatterDocument. getFormatElementCategory(DOMElement element, XMLFormattingConstraints parentConstraints)Returns the format element category of the given DOM element.FormatElementCategoryXMLFormattingConstraints. getFormatElementCategory()static FormatElementCategoryFormatElementCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static FormatElementCategory[]FormatElementCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.lemminx.services.format with parameters of type FormatElementCategory Modifier and Type Method Description voidXMLFormattingConstraints. setFormatElementCategory(FormatElementCategory formatElementCategory) -
Uses of FormatElementCategory in org.eclipse.lemminx.settings
Methods in org.eclipse.lemminx.settings that return FormatElementCategory Modifier and Type Method Description FormatElementCategoryXMLFormattingOptions. getFormatElementCategory(DOMElement element)
-