org.cybergarage.xml
Class Attribute

java.lang.Object
  extended by org.cybergarage.xml.Attribute

public class Attribute
extends Object


Constructor Summary
Attribute()
           
Attribute(Attribute otherAttr)
           
Attribute(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void set(Attribute otherAttr)
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()

Attribute

public Attribute(String name,
                 String value)

Attribute

public Attribute(Attribute otherAttr)
Method Detail

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)