Top Description Methods
org.apache.tools.ant

public Interface DynamicAttributeNS

Known Direct Subinterfaces
org.apache.tools.ant.DynamicConfiguratorNS

Enables a task to control unknown attributes.
Since
Ant 1.7

Method Summary

Modifier and TypeMethod and Description
public void
setDynamicAttribute(String
The namespace uri for this attribute, "" is used if there is no namespace uri.
uri
,
String
The localname of this attribute.
localName
,
String
The qualified name for this attribute
qName
,
String
The value of this attribute.
value
)

Set a named attribute to the given value

Method Detail

setDynamicAttributeback to summary
public void setDynamicAttribute(String uri, String localName, String qName, String value) throws BuildException

Set a named attribute to the given value

Parameters
uri:String

The namespace uri for this attribute, "" is used if there is no namespace uri.

localName:String

The localname of this attribute.

qName:String

The qualified name for this attribute

value:String

The value of this attribute.

Exceptions
BuildException:
when any error occurs