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