| Package | Description |
|---|---|
| com.helger.commons.microdom |
| Modifier and Type | Class and Description |
|---|---|
class |
MicroQName
Represents a simple qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
IMicroQName |
MicroAttribute.getAttributeQName() |
IMicroQName |
IMicroAttribute.getAttributeQName()
Get the qualified name of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Set<IMicroQName> |
MicroElement.getAllAttributeQNames() |
Set<IMicroQName> |
IMicroElement.getAllAttributeQNames()
Get a set of all attribute names.
|
Map<IMicroQName,String> |
MicroElement.getAllQAttributes() |
Map<IMicroQName,String> |
IMicroElement.getAllQAttributes()
Get a map of all fully qualified attribute names and values.
|
| Modifier and Type | Method and Description |
|---|---|
MicroAttribute |
MicroElement.getAttributeObj(IMicroQName aQName) |
IMicroAttribute |
IMicroElement.getAttributeObj(IMicroQName aAttrName)
Get the attribute object with the specified qualified name.
|
String |
MicroElement.getAttributeValue(IMicroQName aAttrName) |
String |
IMicroElement.getAttributeValue(IMicroQName aAttrName)
Get the attribute value of the given attribute name.
|
<DSTTYPE> DSTTYPE |
MicroElement.getAttributeValueWithConversion(IMicroQName aAttrName,
Class<DSTTYPE> aDstClass) |
<DSTTYPE> DSTTYPE |
IMicroElement.getAttributeValueWithConversion(IMicroQName aAttrName,
Class<DSTTYPE> aDstClass)
Get the attribute value of the given attribute name.
|
boolean |
MicroElement.hasAttribute(IMicroQName aAttrName) |
boolean |
IMicroElement.hasAttribute(IMicroQName aAttrName)
Check if this element has an attribute with the specified name.
|
EChange |
MicroElement.removeAttribute(IMicroQName aAttrName) |
EChange |
IMicroElement.removeAttribute(IMicroQName aAttrName)
Remove the attribute with the given name.
|
IMicroElement |
MicroElement.setAttribute(IMicroQName aAttrName,
boolean bAttrValue) |
IMicroElement |
IMicroElement.setAttribute(IMicroQName aAttrName,
boolean bAttrValue)
Set an attribute value of this element.
|
MicroElement |
MicroElement.setAttribute(IMicroQName aAttrName,
IHasAttributeValue aAttrValueProvider) |
IMicroElement |
IMicroElement.setAttribute(IMicroQName aAttrName,
IHasAttributeValue aAttrValueProvider)
Set an attribute value of this element.
|
IMicroElement |
MicroElement.setAttribute(IMicroQName aAttrName,
int nAttrValue) |
IMicroElement |
IMicroElement.setAttribute(IMicroQName aAttrName,
int nAttrValue)
Set an attribute value of this element.
|
IMicroElement |
MicroElement.setAttribute(IMicroQName aAttrName,
long nAttrValue) |
IMicroElement |
IMicroElement.setAttribute(IMicroQName aAttrName,
long nAttrValue)
Set an attribute value of this element.
|
MicroElement |
MicroElement.setAttribute(IMicroQName aAttrName,
String sAttrValue) |
IMicroElement |
IMicroElement.setAttribute(IMicroQName aAttrName,
String sAttrValue)
Set an attribute value of this element.
|
IMicroElement |
MicroElement.setAttributeWithConversion(IMicroQName aAttrName,
Object aAttrValue) |
IMicroElement |
IMicroElement.setAttributeWithConversion(IMicroQName aAttrName,
Object aAttrValue)
Set an attribute value of this element.
|
| Constructor and Description |
|---|
MicroAttribute(IMicroQName aQName,
String sAttributeValue) |
Copyright © 2014–2016 Philip Helger. All rights reserved.