Uses of Class
eu.maveniverse.domtrip.QuoteStyle
-
Packages that use QuoteStyle Package Description eu.maveniverse.domtrip DomTrip - A lossless XML processing library for Java. -
-
Uses of QuoteStyle in eu.maveniverse.domtrip
Methods in eu.maveniverse.domtrip that return QuoteStyle Modifier and Type Method Description QuoteStyleElement. attributeQuote(java.lang.String attributeName)Gets the quote style for the specified attribute.QuoteStyleDomTripConfig. defaultQuoteStyle()static QuoteStyleQuoteStyle. fromChar(char c)Returns the QuoteStyle corresponding to the given character.QuoteStyleAttribute. quoteStyle()static QuoteStyleQuoteStyle. valueOf(java.lang.String name)Returns 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 QuoteStyle Modifier and Type Method Description ElementElement. attribute(java.lang.String name, java.lang.String value, QuoteStyle quoteStyle)Sets an attribute value with a specific quote style.ElementElement. attributeQuote(java.lang.String attributeName, QuoteStyle quoteStyle)Sets the quote character for the specified attribute.static AttributeAttribute. of(java.lang.String name, java.lang.String value, QuoteStyle quoteStyle)Creates an attribute with the specified name, value, and quote style.static AttributeAttribute. of(java.lang.String name, java.lang.String value, QuoteStyle quoteStyle, java.lang.String precedingWhitespace)Creates an attribute with all formatting options.AttributeAttribute. quoteStyle(QuoteStyle quoteStyle)DomTripConfigDomTripConfig. withDefaultQuoteStyle(QuoteStyle quoteStyle)AttributeAttribute. 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 Constructor Description Attribute(java.lang.String name, java.lang.String value, QuoteStyle quoteStyle, java.lang.String precedingWhitespace)Attribute(java.lang.String name, java.lang.String value, QuoteStyle quoteStyle, java.lang.String precedingWhitespace, java.lang.String rawValue)
-