= private = protected
available_tags(uri)
return the tag_names for setters associated with uri
# File lib/rss/parser.rb, line 191 def available_tags(uri) begin @@setters[uri].keys rescue NameError [] end end