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() |
getAllChildrenRecursive, getChildAtIndex, getChildCount, getChildren, getFirstChild, getLastChild, getTextContent, getTextContentTrimmed, getTextContentWithConversion, hasChildren, isEqualContent, onAppendChild, onInsertAfter, onInsertAtIndex, onInsertBefore, onRemoveAllChildren, onRemoveChild, onRemoveChildAtIndex, toStringappendCDATA, appendCDATA, appendCDATA, appendCDATAWithConversion, appendChild, appendComment, appendComment, appendComment, appendCommentWithConversion, appendContainer, appendElement, appendElement, appendElement, appendElement, appendEntityReference, appendIgnorableWhitespaceText, appendIgnorableWhitespaceText, appendIgnorableWhitespaceText, appendProcessingInstruction, appendText, appendText, appendText, appendTextWithConversion, detachFromParent, getNextSibling, getNodeValue, getParent, getParentElementWithName, getParentElementWithName, getPreviousSibling, hasParent, insertAfter, insertAtIndex, insertBefore, isCDATA, isComment, isContainer, isDocument, isDocumentType, isElement, isEntityReference, isProcessingInstruction, isText, onEvent, registerEventTarget, removeAllChildren, removeChild, removeChildAtIndex, replaceChild, unregisterEventTargetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTextContent, getTextContentTrimmed, getTextContentWithConversionappendCDATA, appendCDATA, appendCDATA, appendCDATAWithConversion, appendChild, appendComment, appendComment, appendComment, appendCommentWithConversion, appendContainer, appendElement, appendElement, appendElement, appendElement, appendEntityReference, appendIgnorableWhitespaceText, appendIgnorableWhitespaceText, appendIgnorableWhitespaceText, appendProcessingInstruction, appendText, appendText, appendText, appendTextWithConversion, detachFromParent, getAllChildrenRecursive, getChildren, getFirstChild, getLastChild, getNextSibling, getNodeValue, getParent, getParentElementWithName, getParentElementWithName, getPreviousSibling, hasChildren, hasParent, insertAfter, insertAtIndex, insertBefore, isCDATA, isComment, isContainer, isDocument, isDocumentType, isElement, isEntityReference, isEqualContent, isProcessingInstruction, isText, registerEventTarget, removeAllChildren, removeChild, removeChildAtIndex, replaceChild, unregisterEventTargetgetChildAtIndexgetChildCountpublic 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 IMicroNode@Nonnull public IMicroContainer getClone()
IMicroContainergetClone in interface 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 © 2006–2014 phloc systems. All rights reserved.