public interface DynamicElementNS
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
createDynamicElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
Create an element with the given name
|
java.lang.Object createDynamicElement(java.lang.String uri, java.lang.String localName, java.lang.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