public interface CoreCharacterDataNode extends CoreLeafNode, CoreCharacterDataContainer
| Modifier and Type | Method and Description |
|---|---|
boolean |
coreIsIgnorable()
Check whether this text node contains element content whitespace (also called
"ignorable whitespace").
|
void |
coreSetCharacterData(Object data) |
void |
coreSetIgnorable(boolean ignorable) |
coreClone, coreDetach, coreGetNextSibling, coreGetNextSiblingIfAvailable, coreGetParentElementcoreGetCharacterDatacloneChildrenIfNecessary, coreClone, coreCreateNode, coreGetNodeClass, coreGetNodeFactory, coreGetNodeType, coreSetOwnerDocument, initcoreSetCharacterDatavoid coreSetCharacterData(Object data)
boolean coreIsIgnorable()
true if the text node contains ignorable whitespace, false
otherwisevoid coreSetIgnorable(boolean ignorable)
Copyright © The Apache Software Foundation. All Rights Reserved.