Uses of Class
org.eclipse.lemminx.settings.XMLFormattingOptions.EmptyElements
-
Packages that use XMLFormattingOptions.EmptyElements Package Description org.eclipse.lemminx.settings -
-
Uses of XMLFormattingOptions.EmptyElements in org.eclipse.lemminx.settings
Methods in org.eclipse.lemminx.settings that return XMLFormattingOptions.EmptyElements Modifier and Type Method Description XMLFormattingOptions.EmptyElementsXMLFormattingOptions. getEmptyElements()static XMLFormattingOptions.EmptyElementsXMLFormattingOptions.EmptyElements. valueOf(String name)Returns the enum constant of this type with the specified name.static XMLFormattingOptions.EmptyElements[]XMLFormattingOptions.EmptyElements. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.lemminx.settings with parameters of type XMLFormattingOptions.EmptyElements Modifier and Type Method Description voidXMLFormattingOptions. setEmptyElement(XMLFormattingOptions.EmptyElements emptyElement)
-