MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlXPathCompFilterExpr

Function xmlXPathCompFilterExpr

ThirdParty/libxml2/vtklibxml2/xpath.c:9462–9474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9460 */
9461
9462static void
9463xmlXPathCompFilterExpr(xmlXPathParserContextPtr ctxt) {
9464 xmlXPathCompPrimaryExpr(ctxt);
9465 CHECK_ERROR;
9466 SKIP_BLANKS;
9467
9468 while (CUR == '[') {
9469 xmlXPathCompPredicate(ctxt, 1);
9470 SKIP_BLANKS;
9471 }
9472
9473
9474}
9475
9476/**
9477 * xmlXPathScanName:

Callers 1

xmlXPathCompPathExprFunction · 0.85

Calls 2

xmlXPathCompPrimaryExprFunction · 0.85
xmlXPathCompPredicateFunction · 0.85

Tested by

no test coverage detected