Uses of Class
org.cybergarage.xml.Attribute
-
Packages that use Attribute Package Description org.cybergarage.xml -
-
Uses of Attribute in org.cybergarage.xml
Methods in org.cybergarage.xml that return Attribute Modifier and Type Method Description AttributeAttributeList. getAttribute(int n)AttributeAttributeList. getAttribute(String name)AttributeNode. getAttribute(int index)AttributeNode. getAttribute(String name)Methods in org.cybergarage.xml with parameters of type Attribute Modifier and Type Method Description voidNode. addAttribute(Attribute attr)voidNode. insertAttributeAt(Attribute attr, int index)booleanNode. removeAttribute(Attribute attr)voidAttribute. set(Attribute otherAttr)Constructors in org.cybergarage.xml with parameters of type Attribute Constructor Description Attribute(Attribute otherAttr)
-