ParsedNodeTest ParsedNodeSetFunction step functionCall $$ = PyObject_CallFunction(ParsedNodeSetFunction, "O", $1); $$ = ParsedNodeSetFunction($1) functionCall predicateList $$ = PyObject_CallFunction(ParsedNodeSetFunction, "OO", $1, $2); $$ = ParsedNodeSetFunction($1, $2) (node|text|comment|processing-instruction|point|range)