public class Text extends AbstractTextual implements org.w3c.dom.Text
CData
,
Serialized Form_text
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
FIND_BY_PREFIX, FIND_BY_REGEX, FIND_BY_TAGNAME, FIND_IGNORE_CASE, FIND_RECURSIVE
Constructor and Description |
---|
Text()
Constructor.
|
Text(java.lang.String text)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the name of the item.
|
short |
getNodeType() |
boolean |
isCoalesceable()
Always returns true to denote it allows to be coalesced
with its siblings with the same type (class).
|
appendData, checkText, deleteData, getData, getLength, getText, getTextContent, getWholeText, insertData, isElementContentWhitespace, isPartOfParentText, replaceData, replaceWholeText, setData, setText, split, splitText, substringData, toString
appendChild, clone, cloneNode, compareDocumentPosition, detach, equals, getAttributes, getBaseURI, getChildNodes, getDocument, getFeature, getFirstChild, getLastChild, getLocalName, getLocator, getNamespaceURI, getNextSibling, getNodeName, getNodeValue, getOwnerDocument, getParent, getParentNode, getPrefix, getPreviousSibling, getUserData, hasAttributes, hasChildNodes, hashCode, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, match, normalize, removeChild, replaceChild, setLocator, setName, setNodeValue, setParent, setPrefix, setTextContent, setUserData
finalize, getClass, notify, notifyAll, wait, wait, wait
getWholeText, isElementContentWhitespace, replaceWholeText, splitText
appendData, deleteData, getData, getLength, insertData, replaceData, setData, substringData
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
public Text(java.lang.String text)
public Text()
public final boolean isCoalesceable()
isCoalesceable
in interface Textual
isCoalesceable
in class AbstractTextual
public final java.lang.String getName()
Item
getName
in interface Item
Namespaceable.getTagName()
public final short getNodeType()
getNodeType
in interface org.w3c.dom.Node
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.