org.cybergarage.xml
Class Attribute
java.lang.Object
org.cybergarage.xml.Attribute
public class Attribute
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attribute
public Attribute()
Attribute
public Attribute(String name,
String value)
Attribute
public Attribute(Attribute otherAttr)
setName
public void setName(String name)
getName
public String getName()
setValue
public void setValue(String value)
getValue
public String getValue()
set
public void set(Attribute otherAttr)