Get the string content of this node.
()
| 747 | } |
| 748 | /** Get the string content of this node. */ |
| 749 | get text() { |
| 750 | return getText(this.tree, this.startIndex, this.endIndex, this.startPosition); |
| 751 | } |
| 752 | /** Get this node's parse state. */ |
| 753 | get parseState() { |
| 754 | marshalNode(this); |
no test coverage detected