| Package | Description |
|---|---|
| com.helger.commons.microdom |
| Modifier and Type | Method and Description |
|---|---|
MicroElement |
MicroElement.setAttribute(IMicroQName aAttrName,
IHasAttributeValue aAttrValueProvider) |
IMicroElement |
IMicroElement.setAttribute(IMicroQName aAttrName,
IHasAttributeValue aAttrValueProvider)
Set an attribute value of this element.
|
MicroElement |
MicroElement.setAttribute(String sAttrName,
IHasAttributeValue aAttrValueProvider) |
IMicroElement |
IMicroElement.setAttribute(String sAttrName,
IHasAttributeValue aAttrValueProvider)
Set an attribute value of this element.
|
MicroElement |
MicroElement.setAttribute(String sNamespaceURI,
String sAttrName,
IHasAttributeValue aAttrValueProvider) |
IMicroElement |
IMicroElement.setAttribute(String sNamespaceURI,
String sAttrName,
IHasAttributeValue aAttrValueProvider)
Set an attribute value of this element.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.