public interface DynamicElementNS
| Modifier and Type | Method and Description |
|---|---|
Object |
createDynamicElement(String uri,
String localName,
String qName)
Create an element with the given name
|
Object createDynamicElement(String uri, String localName, String qName) throws BuildException
uri - The namespace uri for this attribute.localName - The localname of this attribute.qName - The qualified name for this element.BuildException - when any error occurs