Class: Gumbo::Element
Instance Attribute Summary collapse
Attributes inherited from Node
#parent, #parse_flags, #type
Instance Method Summary
collapse
Methods inherited from Node
#dump_tree
Instance Attribute Details
#attributes ⇒ Object
#children ⇒ Object
#end_pos ⇒ Object
#original_tag ⇒ Object
#original_tag_name ⇒ Object
#start_pos ⇒ Object
#tag ⇒ Object
#tag_namespace ⇒ Object
Instance Method Details
#attribute ⇒ Object
26
|
# File 'ext/gumbo.c', line 26
VALUE r_element_attribute(VALUE self, VALUE name);
|
#has_attribute? ⇒ Boolean
27
|
# File 'ext/gumbo.c', line 27
VALUE r_element_has_attribute(VALUE self, VALUE name);
|