pugixml/src
Arseny Kapoulkine c64d4820b1 XPath: Optimize [position()=expr] and [last()]
To get more benefits from constant predicate/filter optimization we rewrite
[position()=expr] predicates into [expr] for numeric expressions. Right now
the rewrite is only for entire expressions - it may be beneficial to split
complex expressions like [position()=constant and expr] into [constant][expr]
but that is more complicated.

last() does not depend on the node set contents so is "constant" as far as
our optimization is concerned so we can evaluate it once.
2014-10-27 18:50:09 -07:00
..
pugiconfig.hpp Revert automatic support for header-only mode since it creates problems with qmake. 2014-02-25 03:52:10 +00:00
pugixml.cpp XPath: Optimize [position()=expr] and [last()] 2014-10-27 18:50:09 -07:00
pugixml.hpp XPath: Rename xml_node::select_single_node to ::select_node 2014-10-19 07:33:51 +00:00