SetText sets original text to the Node.
(enc charset.Encoding, text string)
| 43 | OriginalText() string |
| 44 | // SetText sets original text to the Node. |
| 45 | SetText(enc charset.Encoding, text string) |
| 46 | // SetOriginTextPosition set the start offset of this node in the origin text. |
| 47 | // Only be called when `parser.lexer.skipPositionRecording` equals to false. |
| 48 | SetOriginTextPosition(offset int) |
no outgoing calls