Class HTMLTag
In: lib/openid/yadis/htmltokenizer.rb
Parent: HTMLToken

Class representing an HTML tag

Methods

attr_hash   new   text  

Attributes

end_tag  [R] 
tag_name  [R] 

Public Class methods

Public Instance methods

Retrieve a hash of all the tag‘s attributes. Lazily done, so that if you don‘t look at a tag‘s attributes things go quicker

Get the ‘alt’ text for a tag, if it exists, or an empty string otherwise

[Validate]