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