Uses of Class
eu.maveniverse.domtrip.EmptyElementStyle
-
Packages that use EmptyElementStyle Package Description eu.maveniverse.domtrip DomTrip - A lossless XML processing library for Java. -
-
Uses of EmptyElementStyle in eu.maveniverse.domtrip
Methods in eu.maveniverse.domtrip that return EmptyElementStyle Modifier and Type Method Description static EmptyElementStyleEmptyElementStyle. detectFromDocument(Document document)Detects the predominant empty element style used in a document.EmptyElementStyleDomTripConfig. emptyElementStyle()EmptyElementStyleSerializer. emptyElementStyle()Gets the empty element style used for serialization.EmptyElementStyleSerializer. getEmptyElementStyle()Deprecated.UseSerializer.emptyElementStyle()instead.static EmptyElementStyleEmptyElementStyle. valueOf(java.lang.String name)Returns 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 EmptyElementStyle Modifier and Type Method Description voidSerializer. setEmptyElementStyle(EmptyElementStyle emptyElementStyle)Sets the empty element style for serialization.DomTripConfigDomTripConfig. withEmptyElementStyle(EmptyElementStyle emptyElementStyle)
-