<var id="id1" idref="id2"/>is equivalent to
id1 = id2
in Java code.
The following attributes are supported:
Modifier and Type | Field and Description |
---|---|
private ValueObject |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public void | addAttribute(String
the attribute name name, String the attribute value value)Overrides com. |
protected ValueObject | Returns: the value of this elementImplements abstract com. |
value | back to summary |
---|---|
private ValueObject value |
VarElementHandler | back to summary |
---|---|
pack-priv VarElementHandler() |
addAttribute | back to summary |
---|---|
public void addAttribute(String name, String value) Overrides com. Parses attributes of the element. The following attributes are supported:
|
getValueObject | back to summary |
---|---|
protected ValueObject getValueObject() Implements abstract com. Returns the value of this element.
|