Ruby RSS::BaseListener Functions
EditRocket provides the following information on RSS::BaseListener functions in the Ruby source code builder.
available_tags(uri) - return the tag_names for setters associated with uri
class_name(uri, tag_name) - retrieve class_name for the supplied uri and tag_name If it doesn't exist, capitalize the tag_name
install_class_name(uri, tag_name, class_name) - record class_name for the supplied uri and tag_name
install_get_text_element(uri, name, setter) -
raise_for_undefined_entity?() -
register_uri(uri, name) - register uri against this name.
setter(uri, tag_name) - return the setter for the uri, tag_name pair, or nil.
uri_registered?(uri, name) - test if this uri is registered against this name