| Package | Description |
|---|---|
| com.phloc.commons.microdom | |
| com.phloc.commons.microdom.impl | |
| com.phloc.commons.microdom.utils |
| Modifier and Type | Method and Description |
|---|---|
IMicroContainer |
IMicroNode.appendContainer()
Append a new container to this node
|
IMicroContainer |
IMicroContainer.getClone() |
| Modifier and Type | Class and Description |
|---|---|
class |
MicroContainer
Default implementation of the
IMicroContainer interface. |
| Modifier and Type | Method and Description |
|---|---|
IMicroContainer |
AbstractMicroNode.appendContainer() |
static IMicroContainer |
MicroContainer.createWithClones(IMicroNode... aChildNodes)
Create a new
IMicroContainer that contains clones of all passed
nodes |
static IMicroContainer |
MicroContainer.createWithClones(Iterable<? extends IMicroNode> aChildNodes)
Create a new
IMicroContainer that contains clones of all passed
nodes |
IMicroContainer |
MicroContainer.getClone() |
| Modifier and Type | Method and Description |
|---|---|
static IMicroContainer |
MicroUtils.getAllChildrenAsContainer(IMicroNode aParent)
Create a micro container with all children of the passed node.
|
static IMicroContainer |
MicroUtils.getAllOriginalChildrenAsContainer(IMicroNode aParent)
Create a micro container with all children of the passed node.
|
Copyright © 2006–2015 phloc systems. All rights reserved.