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