The table below lists all the
Text built-in
functions (in this namespace:
).
Function name | Description |
---|---|
Text.data | This is inherited from the CharacterData object. The character data. |
Text.isElementContentWhitespace | This is inherited from the CharacterData object. Whether this text node is ignorable whitespace. |
Text.length | This is inherited from the CharacterData object. The length of the character data (codepoints). |
Text.substring | This is inherited from the CharacterData object. A substring of the character data, starting at a given offset and continuing for a given length. |
Text.wholeText | This is inherited from the CharacterData object. The text of the text node concatenated with its logically adjacent text nodes. |