Uses of Class
org.cybergarage.xml.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 Attribute
AttributeList. getAttribute(int n)
Attribute
AttributeList. getAttribute(String name)
Attribute
Node. getAttribute(int index)
Attribute
Node. getAttribute(String name)
Methods in org.cybergarage.xml with parameters of type Attribute Modifier and Type Method Description void
Node. addAttribute(Attribute attr)
void
Node. insertAttributeAt(Attribute attr, int index)
boolean
Node. removeAttribute(Attribute attr)
void
Attribute. set(Attribute otherAttr)
Constructors in org.cybergarage.xml with parameters of type Attribute Constructor Description Attribute(Attribute otherAttr)