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