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 TypeMethodDescriptionvoid
Node.addAttribute
(Attribute attr) void
Node.insertAttributeAt
(Attribute attr, int index) boolean
Node.removeAttribute
(Attribute attr) void
Constructors in org.cybergarage.xml with parameters of type Attribute