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