FileDocCategorySizeDatePackage
DynamicElementNS.javaAPI DocApache Ant 1.701413Wed Dec 13 06:16:20 GMT 2006org.apache.tools.ant

DynamicElementNS

public interface DynamicElementNS
Enables a task to control unknown elements.
since
Ant 1.7

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectcreateDynamicElement(java.lang.String uri, java.lang.String localName, java.lang.String qName)
Create an element with the given name

param
uri The namespace uri for this attribute.
param
localName The localname of this attribute.
param
qName The qualified name for this element.
throws
BuildException when any error occurs
return
the element created for this element.