public Node Find(string textBuffer, int textBegin, int textEnd) { return(StringNode.CreateStringNode(textBuffer, textBegin, textEnd, _parser.ShouldDecodeNodes)); }