public static class XSLTProcess.Factory.Attribute extends ProjectComponent implements DynamicConfigurator
| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
Object |
createDynamicElement(String name)
Not used.
|
String |
getName() |
Object |
getValue() |
void |
setDynamicAttribute(String name,
String value)
Set an attribute.
|
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectpublic Object createDynamicElement(String name) throws BuildException
createDynamicElement in interface DynamicElementname - not usedBuildException - neverpublic String getName()
public Object getValue()
public void setDynamicAttribute(String name, String value) throws BuildException
setDynamicAttribute in interface DynamicAttributename - the name of the attributevalue - the value of the attributeBuildException - on error