oga/lib
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
..
oga Retrieving root nodes using Node#root_node. 2014-07-03 00:26:15 +02:00
oga.rb Added require() for StringIO. 2014-07-01 09:37:52 +02:00