- Home
- HTML
- JavaScript
- CSS
- Vue
- React
- Python3
- Java
- C
- C++
- C#
- AI
- Go
- SQL
- Linux
- VS Code
- Bootstrap
- Git
- Local Bookmarks
XML DOM Tutorial
- XML DOM Tutorial
- DOM Introduction
- XML DOM β Nodes
- XML DOM β Node Tree
- XML DOM Parser
- XML DOM Load Function
- XML DOM Methods
- XML DOM Access Nodes
- XML DOM Node Information
- XML DOM β Node List and Named Node Map
- XML DOM β Traverse Node Tree
- XML DOM Browser Differences
- XML DOM β Navigate Nodes
- XML DOM β Get Node Value
- XML DOM β Change Node Value
- XML DOM β Remove Nodes
- XML DOM β Replace Nodes
- XML DOM β Create Nodes
- XML DOM β Add Nodes
- XML DOM β Clone Nodes
- XML DOM β HttpRequest Object
- XML DOM β Node Types
- XML DOM β Node Object
- XML DOM β NodeList Object
- XML DOM β NamedNodeMap Object
- XML DOM β Document Object
- XML DOM β DocumentImplementation Object
- XML DOM β DocumentType Object
- XML DOM β ProcessingInstruction Object
- XML DOM β Element Object
- XML DOM β Attr Object
- XML DOM β Text Object
- XML DOM β CDATASection Object
- XML DOM β Comment Object
- XML DOM β HttpRequest Object
- XML DOM Parse Error Object
- XML DOM Parser Errors
- XML DOM Summary
- XML DOM Examples
- XML DOM β Validation
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. |
YouTip