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