Is it possible to read the original source position and length of a Node's content in the original input data? I know Node already has StreamPosition that points to the character where a Node begins but I couldn't find anything that tells the original length (or an end position of the Node's content).
I need the position/length to update the input directly after the input has been loaded (through Load() or LoadHtml()).