Uses of Interface
com.helger.xml.microdom.IMicroContainer
-
Packages that use IMicroContainer Package Description com.helger.xml.microdom com.helger.xml.microdom.util -
-
Uses of IMicroContainer in com.helger.xml.microdom
Classes in com.helger.xml.microdom that implement IMicroContainer Modifier and Type Class Description classMicroContainerDefault implementation of theIMicroContainerinterface.Methods in com.helger.xml.microdom that return IMicroContainer Modifier and Type Method Description default IMicroContainerIMicroNode. appendContainer()Append a new container to this nodestatic IMicroContainerMicroContainer. createWithClones(IMicroNode... aChildNodes)Create a newIMicroContainerthat contains clones of all passed nodesstatic IMicroContainerMicroContainer. createWithClones(Iterable<? extends IMicroNode> aChildNodes)Create a newIMicroContainerthat contains clones of all passed nodesIMicroContainerIMicroContainer. getClone()IMicroContainerMicroContainer. getClone() -
Uses of IMicroContainer in com.helger.xml.microdom.util
Methods in com.helger.xml.microdom.util that return IMicroContainer Modifier and Type Method Description static IMicroContainerMicroHelper. getAllChildrenAsContainer(IMicroNode aParent)Create a micro container with all children of the passed node.static IMicroContainerMicroHelper. getAllOriginalChildrenAsContainer(IMicroNode aParent)Create a micro container with all children of the passed node.
-