HTML5::TreeBuilders::Hpricot::Node
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/hpricot.rb, line 181 def initialize(data) @hpricot = ::Hpricot::Text.new(data) end
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/hpricot.rb, line 185 def printTree(indent=0) "\n|#{' ' * indent}\"#{hpricot.content}\"" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.