Diff for /embedaddon/libxml2/doc/devhelp/libxml2-xpath.html between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:37:59 version 1.1.1.2, 2013/07/22 01:22:25
Line 245  The content of this structure is not made public by th Line 245  The content of this structure is not made public by th
     <a name="XPATH_ENCODING_ERROR">XPATH_ENCODING_ERROR</a> = 20      <a name="XPATH_ENCODING_ERROR">XPATH_ENCODING_ERROR</a> = 20
     <a name="XPATH_INVALID_CHAR_ERROR">XPATH_INVALID_CHAR_ERROR</a> = 21      <a name="XPATH_INVALID_CHAR_ERROR">XPATH_INVALID_CHAR_ERROR</a> = 21
     <a name="XPATH_INVALID_CTXT">XPATH_INVALID_CTXT</a> = 22      <a name="XPATH_INVALID_CTXT">XPATH_INVALID_CTXT</a> = 22
       <a name="XPATH_STACK_ERROR">XPATH_STACK_ERROR</a> = 23
 };  };
 </pre><p/>  </pre><p/>
 </div>  </div>
Line 305  The content of this structure is not made public by th Line 306  The content of this structure is not made public by th
     <a href="libxml2-xpath.html#xmlXPathCompExprPtr">xmlXPathCompExprPtr</a>    comp    : the precompiled expression      <a href="libxml2-xpath.html#xmlXPathCompExprPtr">xmlXPathCompExprPtr</a>    comp    : the precompiled expression
     int xptr    : it this an XPointer expression      int xptr    : it this an XPointer expression
     <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a>       ancestor        : used for walking preceding axis      <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a>       ancestor        : used for walking preceding axis
       int valueFrame      : used to limit Pop on the stack
 } xmlXPathParserContext;  } xmlXPathParserContext;
 </pre><p/>  </pre><p/>
 </div>  </div>

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>