Class/Module Index [+]

Quicksearch

HTML5::TreeBuilders::REXML::CommentNode

Public Class Methods

rxclass() click to toggle source
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/rexml.rb, line 170
def self.rxclass
  ::REXML::Comment
end

Public Instance Methods

printTree(indent=0) click to toggle source
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/rexml.rb, line 174
def printTree indent=0
  "\n|#{' ' * indent}<!-- #{rxobj.string} -->"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.