From d7372d053bbd1d58216fbb04d1771ffa4cc3e624 Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Fri, 25 May 2012 04:03:35 +0000 Subject: Imported Upstream version 2.8.0+dfsg1 --- doc/devhelp/libxml2-xpath.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/devhelp/libxml2-xpath.html') diff --git a/doc/devhelp/libxml2-xpath.html b/doc/devhelp/libxml2-xpath.html index 8fdd51c..7efa7bc 100644 --- a/doc/devhelp/libxml2-xpath.html +++ b/doc/devhelp/libxml2-xpath.html @@ -245,6 +245,7 @@ The content of this structure is not made public by the API. XPATH_ENCODING_ERROR = 20 XPATH_INVALID_CHAR_ERROR = 21 XPATH_INVALID_CTXT = 22 + XPATH_STACK_ERROR = 23 };

@@ -305,6 +306,7 @@ The content of this structure is not made public by the API. xmlXPathCompExprPtr comp : the precompiled expression int xptr : it this an XPointer expression xmlNodePtr ancestor : used for walking preceding axis + int valueFrame : used to limit Pop on the stack } xmlXPathParserContext;

-- cgit v1.2.3