XPath: Rename xml_node::select_single_node to ::select_node
select_node is shorter and mistyping nodes as node or vice versa should not lead to any issues since return types are substantially different. select_single_node method still works and will be deprecated with an attribute and removed at some point. git-svn-id: https://pugixml.googlecode.com/svn/trunk@1065 99668b35-9821-0410-8761-19e4c4f06640
Showing
- src/pugixml.cpp 14 additions, 3 deletionssrc/pugixml.cpp
- src/pugixml.hpp 7 additions, 2 deletionssrc/pugixml.hpp
- tests/test_xpath_api.cpp 21 additions, 11 deletionstests/test_xpath_api.cpp
- tests/test_xpath_variables.cpp 1 addition, 1 deletiontests/test_xpath_variables.cpp
- tests/test_xpath_xalan_3.cpp 8 additions, 8 deletionstests/test_xpath_xalan_3.cpp
Loading
Please register or sign in to comment