Exemplo n.º 1
0
 public INode Find(NodeReader reader, String input, Int32 position, Boolean balanceQuotes)
 {
     return(StringNode.CreateStringNode(this._textBuffer, this._textBegin, this._textEnd, reader.GetParser().ShouldDecodeNodes()));
 }
Exemplo n.º 2
0
 public Node find(NodeReader reader, string input, string position, bool balance_quotes)
 {
     return(StringNode.createStringNode(textBuffer, textBegin, textEnd, reader.getParser().shouldDecodeNodes()));
 }