| Package | Description |
|---|---|
| com.phloc.commons.microdom | |
| com.phloc.commons.microdom.impl |
| Modifier and Type | Method and Description |
|---|---|
IMicroElement |
IMicroNode.appendElement(IHasElementName aElementNameProvider)
Append an element without namespace to this node.
|
IMicroElement |
IMicroNode.appendElement(String sNamespaceURI,
IHasElementName aElementNameProvider)
Append an element with namespace to this node.
|
List<IMicroElement> |
IMicroElement.getAllChildElements(IHasElementName aElementNameProvider)
Get a list of all direct child elements having the specified tag name.
|
List<IMicroElement> |
IMicroElement.getAllChildElements(String sNamespaceURI,
IHasElementName aElementNameProvider)
Get a list of all direct child elements having the specified namespace and
the specified tag name.
|
IMicroElement |
IMicroElement.getFirstChildElement(IHasElementName aElementNameProvider)
Get the first child element with the given tag name.
|
IMicroElement |
IMicroElement.getFirstChildElement(String sNamespaceURI,
IHasElementName aElementNameProvider)
Get the first child element with the given tag name and the given
namespace.
|
boolean |
IMicroElement.hasChildElements(IHasElementName aElementNameProvider)
Check if this element has at least one child element with the specified tag
name.
|
boolean |
IMicroElement.hasChildElements(String sNamespaceURI,
IHasElementName aElementNameProvider)
Check if this element has at least one child element with the specified
namespace URI and tag name.
|
| Modifier and Type | Method and Description |
|---|---|
IMicroElement |
AbstractMicroNode.appendElement(IHasElementName aElementNameProvider) |
IMicroElement |
AbstractMicroNode.appendElement(String sNamespaceURI,
IHasElementName aElementNameProvider) |
List<IMicroElement> |
MicroElement.getAllChildElements(IHasElementName aElementNameProvider) |
List<IMicroElement> |
MicroElement.getAllChildElements(String sNamespaceURI,
IHasElementName aElementNameProvider) |
IMicroElement |
MicroElement.getFirstChildElement(IHasElementName aElementNameProvider) |
IMicroElement |
MicroElement.getFirstChildElement(String sNamespaceURI,
IHasElementName aElementNameProvider) |
boolean |
MicroElement.hasChildElements(IHasElementName aElementNameProvider) |
boolean |
MicroElement.hasChildElements(String sNamespaceURI,
IHasElementName aElementNameProvider) |
| Constructor and Description |
|---|
MicroElement(IHasElementName aElementNameProvider) |
MicroElement(String sNamespaceURI,
IHasElementName aElementNameProvider) |
Copyright © 2006–2015 phloc systems. All rights reserved.