Uses of Class
eu.maveniverse.domtrip.Attribute
Packages that use Attribute
-
Uses of Attribute in eu.maveniverse.domtrip
Methods in eu.maveniverse.domtrip that return AttributeModifier and TypeMethodDescriptionElement.attributeObject(String name) Gets the Attribute object for the specified attribute name.Attribute.clone()Deprecated.Attribute.copy()Creates a deep copy of this attribute.static AttributeCreates an attribute from a QName and value.static AttributeCreates an attribute with the specified name and value.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.precedingWhitespace(String precedingWhitespace) Attribute.quoteStyle(QuoteStyle quoteStyle) Attribute.withPrecedingWhitespace(String newWhitespace) Creates a new attribute with the specified preceding whitespace, preserving other properties.Attribute.withQuoteStyle(QuoteStyle newQuoteStyle) Creates a new attribute with the specified quote style, preserving other properties.Creates a new attribute with the specified value, preserving other properties.Methods in eu.maveniverse.domtrip that return types with arguments of type AttributeModifier and TypeMethodDescriptionElement.attributeObjects()Gets all attribute objects with their formatting information.Methods in eu.maveniverse.domtrip with parameters of type AttributeModifier and TypeMethodDescriptionElement.attributeObject(String name, Attribute attribute) Sets an attribute using an Attribute object.
Attribute.copy()instead.