Changeset 42884 in vbox for trunk/src/libs/libxml2-2.6.31/include
- Timestamp:
- Aug 20, 2012 1:35:06 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80169
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libxml2-2.6.31/include/libxml/xpath.h
r39915 r42884 69 69 XPATH_ENCODING_ERROR, 70 70 XPATH_INVALID_CHAR_ERROR, 71 XPATH_INVALID_CTXT 71 XPATH_INVALID_CTXT, 72 XPATH_STACK_ERROR 72 73 } xmlXPathError; 73 74 … … 378 379 int xptr; /* it this an XPointer expression */ 379 380 xmlNodePtr ancestor; /* used for walking preceding axis */ 381 382 int valueFrame; /* used to limit Pop on the stack */ 380 383 }; 381 384
Note:
See TracChangeset
for help on using the changeset viewer.