oga/lib/oga
Yorick Peterse a15c19c4af Retrieving root nodes using Node#root_node.
This method uses a loop to traverse upwards the DOM tree in order to find the
root document/element. While this might have an impact on performance I don't
expect Oga itself to call this method very often. The benefit is that Node
instances don't require users to manually pass the top level document as an
argument.
2014-07-03 00:26:15 +02:00
..
html Stream tokens when lexing. 2014-04-09 22:08:13 +02:00
xml Retrieving root nodes using Node#root_node. 2014-07-03 00:26:15 +02:00
xpath XPath::Parser#parse returns a XPath::Node instance 2014-06-23 20:23:08 +02:00
version.rb Basic project layout. 2014-02-26 19:50:16 +01:00