FileDocCategorySizeDatePackage
DynamicAttributeNS.javaAPI DocApache Ant 1.701501Wed Dec 13 06:16:18 GMT 2006org.apache.tools.ant

DynamicAttributeNS

public interface DynamicAttributeNS
Enables a task to control unknown attributes.
since
Ant 1.7

Fields Summary
Constructors Summary
Methods Summary
public voidsetDynamicAttribute(java.lang.String uri, java.lang.String localName, java.lang.String qName, java.lang.String value)
Set a named attribute to the given value

param
uri The namespace uri for this attribute, "" is used if there is no namespace uri.
param
localName The localname of this attribute.
param
qName The qualified name for this attribute
param
value The value of this attribute.
throws
BuildException when any error occurs