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 Attribute
Attribute. copy()
Attribute
Attribute. copy(Node orig)
Attribute
Attribute. createClone()
Attribute
Element. getAttribute(java.lang.String name)
Attribute
Element. getAttribute(java.lang.String name, Namespace ns)
Attribute
Attribute. setEqualsSpace(java.lang.String equalsSpace)
Attribute
Attribute. setPreSpace(java.lang.String preSpace)
Attribute
Attribute. 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 Element
Element. addAttribute(Attribute a)
Element
Element. addAttributes(Attribute... attributes)
Element
Element. setAttribute(Attribute a)
-