Methods

Class/Module Index [+]

Quicksearch

HTML5::TreeBuilders::Hpricot::DocumentFragment

Public Class Methods

new() click to toggle source
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/hpricot.rb, line 171
def initialize
  super('')
end

Public Instance Methods

printTree(indent=0) click to toggle source
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/hpricot.rb, line 175
def printTree(indent=0)
  childNodes.inject('') {|tree, child| tree + child.printTree(indent + 2) }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.