public interface DynamicAttributeNS
Modifier and Type | Method and Description |
---|---|
void |
setDynamicAttribute(String uri,
String localName,
String qName,
String value)
Set a named attribute to the given value
|
void setDynamicAttribute(String uri, String localName, String qName, String value) throws BuildException
uri
- The namespace uri for this attribute, "" is
used if there is no namespace uri.localName
- The localname of this attribute.qName
- The qualified name for this attributevalue
- The value of this attribute.BuildException
- when any error occurs