Uses of Class
org.cybergarage.xml.Attribute

Packages that use Attribute
org.cybergarage.xml   
 

Uses of Attribute in org.cybergarage.xml
 

Methods in org.cybergarage.xml that return Attribute
 Attribute Node.getAttribute(int index)
           
 Attribute AttributeList.getAttribute(int n)
           
 Attribute Node.getAttribute(String name)
           
 Attribute AttributeList.getAttribute(String name)
           
 

Methods in org.cybergarage.xml with parameters of type Attribute
 void Node.addAttribute(Attribute attr)
           
 void Node.insertAttributeAt(Attribute attr, int index)
           
 boolean Node.removeAttribute(Attribute attr)
           
 



Copyright © 2010 DomoWare. All Rights Reserved.