aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-03-26 00:38:10 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-03-26 00:38:10 +0000
commite4fa293265c935365717dc9accf6c6ec23d5f22f (patch)
treeb4607c3b79571289f85c4c2bd2d0891f76250bfb /include
parent09628210bdf22ac80a0c6f3e4228c1617c0887ec (diff)
downloadandroid_external_libxml2-e4fa293265c935365717dc9accf6c6ec23d5f22f.tar.gz
android_external_libxml2-e4fa293265c935365717dc9accf6c6ec23d5f22f.tar.bz2
android_external_libxml2-e4fa293265c935365717dc9accf6c6ec23d5f22f.zip
first part of the fix to performance bug #108905, adds
* xpath.c include/libxml/xpath.h: first part of the fix to performance bug #108905, adds xmlXPathOrderDocElems() providing document order for nodes. * python/libxml.c: Python may require TRIO as Albert Chin pointed out Daniel
Diffstat (limited to 'include')
-rw-r--r--include/libxml/xpath.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libxml/xpath.h b/include/libxml/xpath.h
index f36b16f9..6a1f76c0 100644
--- a/include/libxml/xpath.h
+++ b/include/libxml/xpath.h
@@ -391,6 +391,7 @@ void xmlXPathFreeContext (xmlXPathContextPtr ctxt);
/**
* Evaluation functions.
*/
+long xmlXPathOrderDocElems (xmlDocPtr doc);
xmlXPathObjectPtr xmlXPathEval (const xmlChar *str,
xmlXPathContextPtr ctx);
xmlXPathObjectPtr xmlXPathEvalExpression (const xmlChar *str,