Uses of Class
de.pdark.decentxml.Attribute
-
Packages that use Attribute Package Description de.pdark.decentxml -
-
Uses of Attribute in de.pdark.decentxml
Methods in de.pdark.decentxml that return Attribute Modifier and Type Method Description AttributeAttribute. copy()AttributeAttribute. copy(Node orig)AttributeAttribute. createClone()AttributeElement. getAttribute(java.lang.String name)AttributeElement. getAttribute(java.lang.String name, Namespace ns)AttributeAttribute. setEqualsSpace(java.lang.String equalsSpace)AttributeAttribute. setPreSpace(java.lang.String preSpace)AttributeAttribute. setQuoteChar(char quoteChar)Methods in de.pdark.decentxml that return types with arguments of type Attribute Modifier and Type Method Description java.util.Map<java.lang.String,Attribute>Element. getAttributeMap()java.util.List<Attribute>Element. getAttributes()Methods in de.pdark.decentxml with parameters of type Attribute Modifier and Type Method Description ElementElement. addAttribute(Attribute a)ElementElement. addAttributes(Attribute... attributes)ElementElement. setAttribute(Attribute a)
-