default int |
IMicroQName.compareTo(IMicroQName o) |
|
IMicroAttribute |
IMicroAttributeContainer.getAttributeObj(IMicroQName aAttrName) |
Get the attribute object with the specified qualified name.
|
MicroAttribute |
MicroElement.getAttributeObj(IMicroQName aQName) |
|
default String |
IMicroAttributeContainer.getAttributeValue(IMicroQName aAttrName) |
Get the attribute value of the given attribute name.
|
default boolean |
IMicroAttributeContainer.getAttributeValueAsBool(IMicroQName aAttrName,
boolean bDefault) |
|
default double |
IMicroAttributeContainer.getAttributeValueAsDouble(IMicroQName aAttrName,
double dDefault) |
|
default float |
IMicroAttributeContainer.getAttributeValueAsFloat(IMicroQName aAttrName,
float fDefault) |
|
default int |
IMicroAttributeContainer.getAttributeValueAsInt(IMicroQName aAttrName,
int nDefault) |
|
default long |
IMicroAttributeContainer.getAttributeValueAsLong(IMicroQName aAttrName,
long nDefault) |
|
<DSTTYPE> DSTTYPE |
IMicroAttributeContainer.getAttributeValueWithConversion(IMicroQName aAttrName,
Class<DSTTYPE> aDstClass) |
Get the attribute value of the given attribute name.
|
<DSTTYPE> DSTTYPE |
MicroElement.getAttributeValueWithConversion(IMicroQName aAttrName,
Class<DSTTYPE> aDstClass) |
|
boolean |
IMicroAttributeContainer.hasAttribute(IMicroQName aAttrName) |
Check if this element has an attribute with the specified name.
|
boolean |
MicroElement.hasAttribute(IMicroQName aAttrName) |
|
com.helger.commons.state.EChange |
IMicroAttributeContainer.removeAttribute(IMicroQName aAttrName) |
Remove the attribute with the given name.
|
com.helger.commons.state.EChange |
MicroElement.removeAttribute(IMicroQName aAttrName) |
|
default IMPLTYPE |
IMicroAttributeContainer.setAttribute(IMicroQName aAttrName,
boolean bAttrValue) |
Set an attribute value of this element.
|
default IMPLTYPE |
IMicroAttributeContainer.setAttribute(IMicroQName aAttrName,
double dAttrValue) |
Set an attribute value of this element.
|
default IMPLTYPE |
IMicroAttributeContainer.setAttribute(IMicroQName aAttrName,
float fAttrValue) |
Set an attribute value of this element.
|
default IMPLTYPE |
IMicroAttributeContainer.setAttribute(IMicroQName aAttrName,
int nAttrValue) |
Set an attribute value of this element.
|
default IMPLTYPE |
IMicroAttributeContainer.setAttribute(IMicroQName aAttrName,
long nAttrValue) |
Set an attribute value of this element.
|
default IMPLTYPE |
IMicroAttributeContainer.setAttribute(IMicroQName aAttrName,
IHasAttributeValue aAttrValueProvider) |
Set an attribute value of this element.
|
IMPLTYPE |
IMicroAttributeContainer.setAttribute(IMicroQName aAttrName,
String sAttrValue) |
Set an attribute value of this element.
|
MicroElement |
MicroElement.setAttribute(IMicroQName aAttrName,
String sAttrValue) |
|
default IMPLTYPE |
IMicroAttributeContainer.setAttributeWithConversion(IMicroQName aAttrName,
Object aAttrValue) |
Set an attribute value of this element.
|
default IMPLTYPE |
IMicroAttributeContainer.setAttributeWithConversion(IMicroQName aAttrName,
String sAttrValue) |
Deprecated.
|