Uses of Enum
eu.maveniverse.domtrip.EmptyElementStyle
Packages that use EmptyElementStyle
-
Uses of EmptyElementStyle in eu.maveniverse.domtrip
Subclasses with type arguments of type EmptyElementStyle in eu.maveniverse.domtripModifier and TypeClassDescriptionenumEnumeration for XML empty element formatting styles.Methods in eu.maveniverse.domtrip that return EmptyElementStyleModifier and TypeMethodDescriptionstatic EmptyElementStyleEmptyElementStyle.detectFromDocument(Document document) Detects the predominant empty element style used in a document.DomTripConfig.emptyElementStyle()Serializer.emptyElementStyle()Gets the empty element style used for serialization.Serializer.getEmptyElementStyle()Deprecated.static EmptyElementStyleReturns the enum constant of this type with the specified name.static EmptyElementStyle[]EmptyElementStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.maveniverse.domtrip with parameters of type EmptyElementStyleModifier and TypeMethodDescriptionvoidSerializer.setEmptyElementStyle(EmptyElementStyle emptyElementStyle) Sets the empty element style for serialization.DomTripConfig.withEmptyElementStyle(EmptyElementStyle emptyElementStyle)
Serializer.emptyElementStyle()instead.