
| Modifier and Type | Field and Description | 
|---|---|
private String | 
attribute
The name of the attribute to be modified. 
 | 
private Element | 
e
Provides the attribute to be modified. 
 | 
private String | 
newValue
The new value of the attribute. 
 | 
| Constructor and Description | 
|---|
AttributeModifier(Element e,
                 String attribute,
                 String newValue)
Trivial constructor. 
 |