org.apache.tools.ant
Interface DynamicElementNS
- DynamicConfiguratorNS
public interface DynamicElementNS
Enables a task to control unknown elements.
Object | createDynamicElement(String uri, String localName, String qName) - Create an element with the given name
|
createDynamicElement
public Object createDynamicElement(String uri,
String localName,
String qName)
throws BuildException
Create an element with the given name
uri
- The namespace uri for this attribute.localName
- The localname of this attribute.qName
- The qualified name for this element.
- the element created for this element.
Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.