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