Defined a deprecated xpath_type_t for compatibility

git-svn-id: http://pugixml.googlecode.com/svn/trunk@547 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
arseny.kapoulkine 2010-06-27 21:11:30 +00:00
parent 80dc149516
commit 819c54e3ae

View file

@ -357,6 +357,10 @@ namespace pugi
xpath_type_boolean ///< Boolean
};
/// XPath query return type classification
/// \deprecated This type is deprecated and will be removed in future versions; use xpath_value_type instead
typedef xpath_value_type xpath_type_t;
/**
* A class that holds compiled XPath query and allows to evaluate query result
*/