YouTip LogoYouTip

Dom Text

```html XML DOM – Text Object | Rookie Tutorial Rookie Tutorial -- Learning is not just about technology, but also dreams!

XML DOM Tutorial

XML DOM – Attr Object XML DOM – CDATASection Object

XML DOM - Text Object


Text Object

The Text object represents the text content of an element or attribute.

Text Object Properties

Property Description
data Sets or returns the text of an element or attribute.
isElementContentWhitespace Determines if the text node contains whitespace content.
```
← Dom CdatasectionDom Attribute β†’