The parent class for all three types of HTML tokens
Compare to another based on the raw source
# File lib/yadis/htmltokenizer.rb, line 193 def ==(other) raw == other.to_s end
By default tokens have no text representation
# File lib/yadis/htmltokenizer.rb, line 184 def text "" end
Generated with the Darkfish Rdoc Generator 2.