HTML5::TreeBuilders::REXML::Element
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/rexml.rb, line 145 def initialize super nil end
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/rexml.rb, line 149 def printTree indent=0 tree = "" for child in childNodes tree += child.printTree(indent+2) end return tree end
[Validate]
Generated with the Darkfish Rdoc Generator 2.