org.apache.tools.ant
public interface DynamicElementNS
Since: Ant 1.7
Method Summary | |
---|---|
Object | createDynamicElement(String uri, String localName, String qName)
Create an element with the given name
|
Parameters: uri The namespace uri for this attribute. localName The localname of this attribute. qName The qualified name for this element.
Returns: the element created for this element.
Throws: BuildException when any error occurs