|
String | name = new String() |
|
String | value = new String() |
|
◆ Attribute() [1/3]
org.cybergarage.xml.Attribute.Attribute |
( |
| ) |
|
|
inline |
◆ Attribute() [2/3]
org.cybergarage.xml.Attribute.Attribute |
( |
String | name, |
|
|
String | value ) |
|
inline |
◆ Attribute() [3/3]
org.cybergarage.xml.Attribute.Attribute |
( |
Attribute | otherAttr | ) |
|
|
inline |
◆ getName()
String org.cybergarage.xml.Attribute.getName |
( |
| ) |
|
|
inline |
◆ getValue()
String org.cybergarage.xml.Attribute.getValue |
( |
| ) |
|
|
inline |
◆ set()
void org.cybergarage.xml.Attribute.set |
( |
Attribute | otherAttr | ) |
|
|
inline |
◆ setName()
void org.cybergarage.xml.Attribute.setName |
( |
String | name | ) |
|
|
inline |
◆ setValue()
void org.cybergarage.xml.Attribute.setValue |
( |
String | value | ) |
|
|
inline |
◆ name
String org.cybergarage.xml.Attribute.name = new String() |
|
private |
◆ value
String org.cybergarage.xml.Attribute.value = new String() |
|
private |
The documentation for this class was generated from the following file: