HTML5::TreeBuilders::SimpleTree::Element
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/simpletree.rb, line 129 def initialize super nil end
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/simpletree.rb, line 133 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.