- Inheritance
- < Object
Methods
Class
Visibility | Signature |
---|---|
public | available_tags (uri) |
public | class_name (uri, tag_name) |
public | getter (uri, tag_name) |
public | install_class_name (uri, tag_name, class_name) |
public | install_get_text_element (uri, name, accessor_base) |
public | raise_for_undefined_entity? () |
public | register_uri (uri, name) |
public | setter (uri, tag_name) |
public | uri_registered? (uri, name) |
Class Method Detail
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
getter(uri, 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, accessor_base)
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