public interface IMicroText extends IMicroNode, IMicroDataAware
| Modifier and Type | Method and Description |
|---|---|
IMicroText |
getClone() |
boolean |
isElementContentWhitespace()
Check whether the text node consists solely of whitespaces.
|
boolean |
isEscape() |
appendCDATA, appendCDATA, appendCDATA, appendCDATAWithConversion, appendChild, appendComment, appendComment, appendComment, appendCommentWithConversion, appendContainer, appendElement, appendElement, appendEntityReference, appendIgnorableWhitespaceText, appendIgnorableWhitespaceText, appendIgnorableWhitespaceText, appendProcessingInstruction, appendText, appendText, appendText, appendTextWithConversion, containsAnyChild, detachFromParent, 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, getChildAtIndexforAllChildrenRecursive, forAllChildrenRecursiveforAllChildren, forAllChildren, forAllChildrenBreakable, forAllChildrenMapped, getChildCount, hasChildren, hasNoChildrenappendData, appendData, appendData, getData, prependData, prependData, prependData, setDataboolean isElementContentWhitespace()
true if the text node consists solely of whitespaces
(blank, tab etc.).boolean isEscape()
true if the content of this text node should be
masked, and false if not. By default a text node
should always be masked.@Nonnull IMicroText getClone()
getClone in interface com.helger.commons.lang.ICloneable<IMicroNode>Copyright © 2014–2016 Philip Helger. All rights reserved.