Uses of Interface
com.helger.xml.microdom.IMicroContainer
Packages that use IMicroContainer
-
Uses of IMicroContainer in com.helger.xml.microdom
Classes in com.helger.xml.microdom that implement IMicroContainerModifier and TypeClassDescriptionfinal classDefault implementation of theIMicroContainerinterface.Methods in com.helger.xml.microdom that return IMicroContainerModifier and TypeMethodDescriptiondefault 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 nodesIMicroContainer.getClone()MicroContainer.getClone() -
Uses of IMicroContainer in com.helger.xml.microdom.util
Methods in com.helger.xml.microdom.util that return IMicroContainerModifier and TypeMethodDescriptionstatic 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.