Uses of Class
org.cybergarage.xml.Attribute
Packages that use Attribute
-
Uses of Attribute in org.cybergarage.xml
Methods in org.cybergarage.xml that return AttributeModifier and TypeMethodDescriptionAttributeList.getAttribute(int n) AttributeList.getAttribute(String name) Node.getAttribute(int index) Node.getAttribute(String name) Methods in org.cybergarage.xml with parameters of type AttributeModifier and TypeMethodDescriptionvoidNode.addAttribute(Attribute attr) voidNode.insertAttributeAt(Attribute attr, int index) booleanNode.removeAttribute(Attribute attr) voidConstructors in org.cybergarage.xml with parameters of type Attribute