2 references to ParseAndExpr
System.Xml (2)
System\Xml\XPath\Internal\XPathParser.cs (2)
64
AstNode opnd =
ParseAndExpr
(qyInput);
71
opnd = new Operator(Operator.Op.OR, opnd,
ParseAndExpr
(qyInput));