public final class MicroContainer extends AbstractMicroNodeWithChildren implements IMicroContainer
IMicroContainer interface.| Constructor and Description |
|---|
MicroContainer() |
MicroContainer(IMicroNode... aChildNodes) |
MicroContainer(Iterable<? extends IMicroNode> aChildNodes) |
| Modifier and Type | Method and Description |
|---|---|
static IMicroContainer |
createWithClones(IMicroNode... aChildNodes)
Create a new
IMicroContainer that contains clones of all passed
nodes |
static IMicroContainer |
createWithClones(Iterable<? extends IMicroNode> aChildNodes)
Create a new
IMicroContainer that contains clones of all passed
nodes |
IMicroContainer |
getClone() |
String |
getNodeName() |
EMicroNodeType |
getType() |
containsAnyChild, directGetAllChildren, findFirstChild, findFirstChildMapped, forAllChildren, forAllChildren, forAllChildrenBreakable, forAllChildrenMapped, getAllChildren, getChildAtIndex, getChildCount, getChildren, getFirstChild, getLastChild, getTextContent, getTextContentWithConversion, hasChildren, isEqualContent, onAppendChild, onInsertAfter, onInsertAtIndex, onInsertBefore, onRemoveAllChildren, onRemoveChild, onRemoveChildAtIndex, toStringappendChild, detachFromParent, findParentElement, getAllEventTargets, getAllEventTargets, getNextSibling, getParent, getPreviousSibling, hasParent, insertAfter, insertAtIndex, insertBefore, internalResetParentNode, internalSetParentNode, internalTriggerEvent, isCDATA, isComment, isContainer, isDocument, isDocumentType, isElement, isEntityReference, isProcessingInstruction, isText, onEvent, registerEventTarget, removeAllChildren, removeChild, removeChildAtIndex, unregisterEventTargetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTextContent, getTextContentTrimmed, getTextContentWithConversionappendCDATA, appendCDATA, appendCDATA, appendCDATAWithConversion, appendChild, appendChildren, appendChildren, appendComment, appendComment, appendComment, appendCommentWithConversion, appendContainer, appendElement, appendElement, appendEntityReference, appendIgnorableWhitespaceText, appendIgnorableWhitespaceText, appendIgnorableWhitespaceText, appendProcessingInstruction, appendText, appendText, appendText, appendTextWithConversion, containsAnyChild, detachFromParent, findParentElement, getAllChildren, getAllChildrenRecursive, getAllEventTargets, getAllEventTargets, getFirstChild, getLastChild, getNextSibling, getNodeValue, getParent, getParentElementWithName, getParentElementWithName, getPreviousSibling, hasParent, insertAfter, insertAtIndex, insertBefore, isCDATA, isComment, isContainer, isDocument, isDocumentType, isElement, isEntityReference, isEqualContent, isProcessingInstruction, isText, registerEventTarget, removeAllChildren, removeChild, removeChildAtIndex, replaceChild, unregisterEventTargetfindFirstChild, findFirstChildMapped, getChildAtIndexpublic MicroContainer()
public MicroContainer(@Nullable IMicroNode... aChildNodes)
public MicroContainer(@Nullable Iterable<? extends IMicroNode> aChildNodes)
@Nonnull public EMicroNodeType getType()
getType in interface IMicroNodenull.@Nonnull public String getNodeName()
getNodeName in interface IMicroNodeIMicroElement nodes this is the same as the tag name.@Nonnull public IMicroContainer getClone()
IMicroContainergetClone in interface com.helger.commons.lang.ICloneable<IMicroNode>getClone in interface IMicroContainergetClone in interface IMicroNodeWithChildren@Nonnull public static IMicroContainer createWithClones(@Nullable IMicroNode... aChildNodes)
IMicroContainer that contains clones of all passed
nodesaChildNodes - The micro node array to add to the IMicroContainerIMicroContainer and never null.@Nonnull public static IMicroContainer createWithClones(@Nullable Iterable<? extends IMicroNode> aChildNodes)
IMicroContainer that contains clones of all passed
nodesaChildNodes - The micro node container to add to the IMicroContainerIMicroContainer and never null.Copyright © 2014–2018 Philip Helger. All rights reserved.