| Package | Description |
|---|---|
| com.helger.commons.microdom |
| Modifier and Type | Class and Description |
|---|---|
class |
MicroAttribute
Default implementation of the
IMicroAttribute interface. |
| Modifier and Type | Method and Description |
|---|---|
IMicroAttribute |
IMicroElement.getAttributeObj(IMicroQName aAttrName)
Get the attribute object with the specified qualified name.
|
IMicroAttribute |
IMicroElement.getAttributeObj(String sAttrName)
Get the attribute object with the specified name.
|
IMicroAttribute |
IMicroElement.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 |
|---|---|
List<? extends IMicroAttribute> |
MicroElement.getAllAttributeObjs() |
List<? extends IMicroAttribute> |
IMicroElement.getAllAttributeObjs()
Get a list of all attributes.
|
Iterator<? extends IMicroAttribute> |
MicroElement.getAttributeIterator() |
Iterator<? extends IMicroAttribute> |
IMicroElement.getAttributeIterator()
Get an iterator over all attributes.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.