Uses of Class
org.cybergarage.xml.Attribute
-
Uses of Attribute in org.cybergarage.xml
Modifier and TypeMethodDescriptionAttributeList.getAttribute
(int n) AttributeList.getAttribute
(String name) Node.getAttribute
(int index) Node.getAttribute
(String name) Modifier and TypeMethodDescriptionvoid
Node.addAttribute
(Attribute attr) void
Node.insertAttributeAt
(Attribute attr, int index) boolean
Node.removeAttribute
(Attribute attr) void