public class AttributeModifier
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
attribute
The name of the attribute to be modified.
|
private org.w3c.dom.Element |
e
Provides the attribute to be modified.
|
private java.lang.String |
newValue
The new value of the attribute.
|
Constructor and Description |
---|
AttributeModifier(org.w3c.dom.Element e,
java.lang.String attribute,
java.lang.String newValue)
Trivial constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
run() |
private org.w3c.dom.Element e
private java.lang.String attribute
private java.lang.String newValue
public AttributeModifier(org.w3c.dom.Element e, java.lang.String attribute, java.lang.String newValue)
e
- provides the attribute to be modified.attribute
- the name of the attribute to be modified.newValue
- the new value of the attribute.Copyright © 2019 ELKI Development Team. License information.