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:
parent
80dc149516
commit
819c54e3ae
@ -357,6 +357,10 @@ namespace pugi
|
|||||||
xpath_type_boolean ///< Boolean
|
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
|
* A class that holds compiled XPath query and allows to evaluate query result
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user