Uses of Enum
eu.maveniverse.domtrip.QuoteStyle
Packages that use QuoteStyle
-
Uses of QuoteStyle in eu.maveniverse.domtrip
Subclasses with type arguments of type QuoteStyle in eu.maveniverse.domtripModifier and TypeClassDescriptionenumEnumeration for XML attribute quote styles, supporting both single and double quotes.Methods in eu.maveniverse.domtrip that return QuoteStyleModifier and TypeMethodDescriptionElement.attributeQuote(String attributeName) Gets the quote style for the specified attribute.DomTripConfig.defaultQuoteStyle()static QuoteStyleQuoteStyle.fromChar(char c) Returns the QuoteStyle corresponding to the given character.Attribute.quoteStyle()static QuoteStyleReturns the enum constant of this type with the specified name.static QuoteStyle[]QuoteStyle.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 QuoteStyleModifier and TypeMethodDescriptionElement.attribute(String name, String value, QuoteStyle quoteStyle) Sets an attribute value with a specific quote style.Element.attributeQuote(String attributeName, QuoteStyle quoteStyle) Sets the quote character for the specified attribute.static AttributeAttribute.of(String name, String value, QuoteStyle quoteStyle) Creates an attribute with the specified name, value, and quote style.static AttributeAttribute.of(String name, String value, QuoteStyle quoteStyle, String precedingWhitespace) Creates an attribute with all formatting options.Attribute.quoteStyle(QuoteStyle quoteStyle) DomTripConfig.withDefaultQuoteStyle(QuoteStyle quoteStyle) Attribute.withQuoteStyle(QuoteStyle newQuoteStyle) Creates a new attribute with the specified quote style, preserving other properties.Constructors in eu.maveniverse.domtrip with parameters of type QuoteStyle