public interface DynamicAttributes
Modifier and Type | Method and Description |
---|---|
void |
setDynamicAttribute(String uri,
Collection.Key localName,
Object value) |
void |
setDynamicAttribute(String uri,
String localName,
Object value)
Deprecated.
use instead
setDynamicAttribute(String uri, Collection.Key localName, Object value) |
void setDynamicAttribute(String uri, String localName, Object value)
setDynamicAttribute(String uri, Collection.Key localName, Object value)
uri
- the namespace of the attribute, or null if in the default namespace.localName
- the name of the attribute being set.value
- the value of the attributevoid setDynamicAttribute(String uri, Collection.Key localName, Object value)
uri
- the namespace of the attribute, or null if in the default namespace.localName
- the name of the attribute being set.value
- the value of the attributeCopyright © 2015 Lucee