org.apache.tools.ant
Interface DynamicAttributeNS
- DynamicConfiguratorNS
public interface DynamicAttributeNS
Enables a task to control unknown attributes.
- Ant 1.7
void | setDynamicAttribute(String uri, String localName, String qName, String value) - Set a named attribute to the given value
|
setDynamicAttribute
public void setDynamicAttribute(String uri,
String localName,
String qName,
String value)
throws BuildException
Set a named attribute to the given value
uri
- The namespace uri for this attribute, "" is
used if there is no namespace uri.localName
- The localname of this attribute.qName
- The qualified name for this attributevalue
- The value of this attribute.
BuildException
- when any error occurs
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.