Uses of Class
de.pdark.decentxml.Attribute
Packages that use Attribute
-
Uses of Attribute in de.pdark.decentxml
Fields in de.pdark.decentxml with type parameters of type AttributeMethods in de.pdark.decentxml that return AttributeModifier and TypeMethodDescriptionAttribute.copy()
Attribute.createClone()
Element.getAttribute
(String name) Element.getAttribute
(String name, Namespace ns) Attribute.setEqualsSpace
(String equalsSpace) Attribute.setPreSpace
(String preSpace) Attribute.setQuoteChar
(char quoteChar) Methods in de.pdark.decentxml that return types with arguments of type AttributeMethods in de.pdark.decentxml with parameters of type AttributeModifier and TypeMethodDescriptionElement.addAttribute
(Attribute a) Element.addAttributes
(Attribute... attributes) Element.setAttribute
(Attribute a)