mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
fixed a bug in xmlXPathNodeTrailingSorted (for now it worked like the
* xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it worked like the set:leading() function) * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
This commit is contained in:
@@ -349,6 +349,8 @@ void xmlXPathDebugDumpCompExpr(FILE *output,
|
||||
/**
|
||||
* NodeSet handling
|
||||
*/
|
||||
int xmlXPathNodeSetContains (xmlNodeSetPtr cur,
|
||||
xmlNodePtr val);
|
||||
xmlNodeSetPtr xmlXPathDifference (xmlNodeSetPtr nodes1,
|
||||
xmlNodeSetPtr nodes2);
|
||||
xmlNodeSetPtr xmlXPathIntersection (xmlNodeSetPtr nodes1,
|
||||
|
Reference in New Issue
Block a user