oga/lib
Yorick Peterse 03f40d4024 Ripped out internal state of XPath::Evaluator.
Instead of keeping track of an internal state in @stack and @context the various
processing methods now take the context as an extra argument and return the
nodes they produced. This makes it easier to recursively call certain methods, a
requirement for processing XPath axes (e.g. the "ancestor" axis).
2014-07-14 00:07:43 +02:00
..
oga Ripped out internal state of XPath::Evaluator. 2014-07-14 00:07:43 +02:00
oga.rb Initial, half-assed attempt at an XPath evaluator. 2014-07-07 19:41:09 +02:00