public interface IMicroDocument extends IMicroNodeWithChildren
| Modifier and Type | Method and Description |
|---|---|
IMicroDocument |
getClone() |
IMicroDocumentType |
getDocType() |
IMicroElement |
getDocumentElement() |
boolean |
isStandalone() |
void |
setStandalone(boolean bIsStandalone)
Change the standalone state of this document.
|
getTextContent, getTextContentTrimmed, getTextContentWithConversionappendCDATA, appendCDATA, appendCDATA, appendCDATAWithConversion, appendChild, appendComment, appendComment, appendComment, appendCommentWithConversion, appendContainer, appendElement, appendElement, appendEntityReference, appendIgnorableWhitespaceText, appendIgnorableWhitespaceText, appendIgnorableWhitespaceText, appendProcessingInstruction, appendText, appendText, appendText, appendTextWithConversion, detachFromParent, getAllChildren, getAllChildrenRecursive, getAllEventTargets, getAllEventTargets, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeValue, getParent, getParentElementWithName, getParentElementWithName, getPreviousSibling, getType, hasChildren, hasParent, insertAfter, insertAtIndex, insertBefore, isCDATA, isComment, isContainer, isDocument, isDocumentType, isElement, isEntityReference, isEqualContent, isProcessingInstruction, isText, registerEventTarget, removeAllChildren, removeChild, removeChildAtIndex, replaceChild, unregisterEventTargetgetChildAtIndexgetChildCount, hasNoChildrenboolean isStandalone()
true if the document is standalone, false
if not. The default value is false.void setStandalone(boolean bIsStandalone)
bIsStandalone - The new value. true for standalone, false
if not.@Nullable IMicroDocumentType getDocType()
null.@Nullable IMicroElement getDocumentElement()
null.@Nonnull IMicroDocument getClone()
getClone in interface ICloneable<IMicroNode>getClone in interface IMicroNodeWithChildrenCopyright © 2014–2016 Philip Helger. All rights reserved.