# File lib/html5/treebuilders/hpricot.rb, line 186
        def printTree(indent=0)
          "\n|#{' ' * indent}\"#{hpricot.content}\""
        end