lure.dom.text

Text Object

Desc

Text Properties

Properties present in this table are properties currently planned for implementation. Not all W3C DOM Properties will be implemented.

Property Description Implemented
isElementContentWhitespace Returns true if the text node contains content whitespace, otherwise it returns false No
wholeText Returns all text of text nodes adjacent to this node, concatenated in document order No

Text Methods

Methods present in this table are methods currently planned for implementation. Not all W3C DOM methods will be implemented.

Method Description Implemented
replaceWholeText() Replaces the text of this node and all adjacent text nodes with the specified text No

Text Inherited Properties

This Object inherits the following properties from DOM CData

Property
Data
length
nodeName
nodeValue

Text Inherited Methods

This Object inherits the following Methods from DOM CData

Method
appendData()
deleteData()
insertData()
replaceData()
splitText()
substringData()