| Package | Description |
|---|---|
| com.helger.xml.microdom |
| Modifier and Type | Class and Description |
|---|---|
class |
MicroAttribute
Default implementation of the
IMicroAttribute interface. |
| Modifier and Type | Method and Description |
|---|---|
IMicroAttribute |
IMicroAttributeContainer.getAttributeObj(IMicroQName aAttrName)
Get the attribute object with the specified qualified name.
|
default IMicroAttribute |
IMicroAttributeContainer.getAttributeObj(String sAttrName)
Get the attribute object with the specified name.
|
default IMicroAttribute |
IMicroAttributeContainer.getAttributeObj(String sNamespaceURI,
String sAttrName)
Get the attribute object with the specified namespace URI and local name.
|
IMicroAttribute |
IMicroAttribute.getClone() |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<? extends IMicroAttribute> |
IMicroAttributeContainer.getAllAttributeObjs()
Get a list of all attributes.
|
Iterable<? extends IMicroAttribute> |
IMicroAttributeContainer.getAttributeObjs()
Get a iterable objects of all attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MicroElement.forAllAttributes(Consumer<? super IMicroAttribute> aConsumer) |
void |
IMicroAttributeContainer.forAllAttributes(Consumer<? super IMicroAttribute> aConsumer)
Iterate all attribute objects.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.