public interface IMicroDocument extends IMicroNodeWithChildren
| Modifier and Type | Method and Description |
|---|---|
IMicroDocument |
getClone() |
IMicroDocumentType |
getDocType() |
IMicroElement |
getDocumentElement() |
com.helger.commons.state.ETriState |
getStandalone() |
default boolean |
isStandalone() |
default void |
setStandalone(boolean bIsStandalone)
Change the standalone state of this document.
|
void |
setStandalone(com.helger.commons.state.ETriState eStandalone)
Change the standalone state of this document.
|
getTextContent, 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, getNodeName, getNodeValue, getParent, getParentElementWithName, getParentElementWithName, getPreviousSibling, getType, hasParent, insertAfter, insertAtIndex, insertBefore, isCDATA, isComment, isContainer, isDocument, isDocumentType, isElement, isEntityReference, isEqualContent, isProcessingInstruction, isText, registerEventTarget, removeAllChildren, removeChild, removeChildAtIndex, replaceChild, unregisterEventTargetfindFirstChild, findFirstChildMapped, getChildAtIndex@Nonnull com.helger.commons.state.ETriState getStandalone()
null.default boolean isStandalone()
true if the document is standalone, false
if not. The default value is false.void setStandalone(@Nonnull com.helger.commons.state.ETriState eStandalone)
eStandalone - The new value. May not be null.default 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 com.helger.commons.lang.ICloneable<IMicroNode>getClone in interface IMicroNodeWithChildrenCopyright © 2014–2019 Philip Helger. All rights reserved.