public class TextImpl extends CharacterDataImpl implements org.w3c.dom.Text
COMBINING_SPACING_MARK, CONNECTOR_PUNCTUATION, CONTROL, CURRENCY_SYMBOL, DASH_PUNCTUATION, DECIMAL_DIGIT_NUMBER, DIRECTIONALITY_ARABIC_NUMBER, DIRECTIONALITY_BOUNDARY_NEUTRAL, DIRECTIONALITY_COMMON_NUMBER_SEPARATOR, DIRECTIONALITY_EUROPEAN_NUMBER, DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR, DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR, DIRECTIONALITY_LEFT_TO_RIGHT, DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING, DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE, DIRECTIONALITY_NONSPACING_MARK, DIRECTIONALITY_OTHER_NEUTRALS, DIRECTIONALITY_PARAGRAPH_SEPARATOR, DIRECTIONALITY_POP_DIRECTIONAL_FORMAT, DIRECTIONALITY_RIGHT_TO_LEFT, DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC, DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING, DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE, DIRECTIONALITY_SEGMENT_SEPARATOR, DIRECTIONALITY_WHITESPACE, ENCLOSING_MARK, END_PUNCTUATION, FINAL_QUOTE_PUNCTUATION, FORMAT, INITIAL_QUOTE_PUNCTUATION, LETTER_NUMBER, LINE_SEPARATOR, LOWERCASE_LETTER, MATH_SYMBOL, MODIFIER_LETTER, MODIFIER_SYMBOL, NON_SPACING_MARK, OTHER_LETTER, OTHER_NUMBER, OTHER_PUNCTUATION, OTHER_SYMBOL, PARAGRAPH_SEPARATOR, PRIVATE_USE, SPACE_SEPARATOR, START_PUNCTUATION, SURROGATE, TITLECASE_LETTER, UNASSIGNED, UPPERCASE_LETTERATTRIBUTE_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_NODEJS_CONTEXT_OBJECT, JS_DOM_NODE_OBJECT, JS_DOM_WINDOW_OBJECTATTRIBUTE_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| Constructor and Description |
|---|
TextImpl(long peer) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static org.w3c.dom.Text |
getImpl(long peer) |
java.lang.String |
getWholeText() |
(package private) static java.lang.String |
getWholeTextImpl(long peer) |
boolean |
isElementContentWhitespace() |
org.w3c.dom.Text |
replaceWholeText(java.lang.String content) |
(package private) static long |
replaceWholeTextImpl(long peer,
java.lang.String content) |
org.w3c.dom.Text |
splitText(int offset) |
(package private) static long |
splitTextImpl(long peer,
int offset) |
appendData, appendDataImpl, deleteData, deleteDataImpl, getData, getDataImpl, getLength, getLengthImpl, getNextElementSibling, getNextElementSiblingImpl, getPreviousElementSibling, getPreviousElementSiblingImpl, insertData, insertDataImpl, remove, removeImpl, replaceData, replaceDataImpl, setData, setDataImpl, substringData, substringDataImpladdEventListener, addEventListenerImpl, appendChild, appendChildImpl, cloneNode, cloneNodeImpl, compareDocumentPosition, compareDocumentPositionImpl, contains, containsImpl, create, createInterface, dispatchEvent, dispatchEventImpl, getAttributes, getAttributesImpl, getBaseURI, getBaseURIImpl, getChildNodes, getChildNodesImpl, getFeature, getFirstChild, getFirstChildImpl, getLastChild, getLastChildImpl, getLocalName, getLocalNameImpl, getNamespaceURI, getNamespaceURIImpl, getNextSibling, getNextSiblingImpl, getNodeName, getNodeNameImpl, getNodeType, getNodeTypeImpl, getNodeValue, getNodeValueImpl, getOwnerDocument, getOwnerDocumentImpl, getParentElement, getParentElementImpl, getParentNode, getParentNodeImpl, getPeer, getPrefix, getPrefixImpl, getPreviousSibling, getPreviousSiblingImpl, getTextContent, getTextContentImpl, getUserData, hasAttributes, hasAttributesImpl, hasChildNodes, hasChildNodesImpl, insertBefore, insertBeforeImpl, isDefaultNamespace, isDefaultNamespaceImpl, isEqualNode, isEqualNodeImpl, isSameNode, isSameNodeImpl, isSupported, isSupportedImpl, lookupNamespaceURI, lookupNamespaceURIImpl, lookupPrefix, lookupPrefixImpl, normalize, normalizeImpl, removeChild, removeChildImpl, removeEventListener, removeEventListenerImpl, replaceChild, replaceChildImpl, setNodeValue, setNodeValueImpl, setPrefix, setPrefixImpl, setTextContent, setTextContentImpl, setUserData, test_getHashCountcall, equals, eval, getMember, getPeer, getSlot, hashCode, removeMember, setMember, setSlot, test_getPeerCount, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitappendData, deleteData, getData, getLength, insertData, replaceData, setData, substringDataappendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserDatastatic org.w3c.dom.Text getImpl(long peer)
public java.lang.String getWholeText()
getWholeText in interface org.w3c.dom.Textstatic java.lang.String getWholeTextImpl(long peer)
public org.w3c.dom.Text splitText(int offset)
throws org.w3c.dom.DOMException
splitText in interface org.w3c.dom.Textorg.w3c.dom.DOMExceptionstatic long splitTextImpl(long peer,
int offset)
public org.w3c.dom.Text replaceWholeText(java.lang.String content)
throws org.w3c.dom.DOMException
replaceWholeText in interface org.w3c.dom.Textorg.w3c.dom.DOMExceptionstatic long replaceWholeTextImpl(long peer,
java.lang.String content)
public boolean isElementContentWhitespace()
isElementContentWhitespace in interface org.w3c.dom.Text