| org.apache.tools.ant.DynamicAttributeNS
DynamicAttributeNS | public interface DynamicAttributeNS (Code) | | Enables a task to control unknown attributes.
since: Ant 1.7 |
setDynamicAttribute | void setDynamicAttribute(String uri, String localName, String qName, String value) throws BuildException(Code) | | Set a named attribute to the given value
Parameters: uri - The namespace uri for this attribute, "" isused if there is no namespace uri. Parameters: localName - The localname of this attribute. Parameters: qName - The qualified name for this attribute Parameters: value - The value of this attribute. throws: BuildException - when any error occurs |
|
|