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, setProject
public Object createDynamicElement(String name) throws BuildException
createDynamicElement
in interface DynamicElement
name
- not usedBuildException
- neverpublic String getName()
public Object getValue()
public void setDynamicAttribute(String name, String value) throws BuildException
setDynamicAttribute
in interface DynamicAttribute
name
- the name of the attributevalue
- the value of the attributeBuildException
- on error