Class: RD::ItemListItem
- Inherits:
-
ListItem
- Object
- Element
- BlockElement
- ListItem
- RD::ItemListItem
- Defined in:
- lib/rd/list.rb
Instance Attribute Summary
Attributes inherited from ListItem
Attributes included from NonterminalElement
Attributes inherited from Element
Instance Method Summary collapse
Methods inherited from ListItem
Methods included from NonterminalElement
#add_child, #add_child_under_document_struct, #add_children, #add_children_under_document_struct, #add_children_without_document_struct, #build, #children, #each_child, #each_element, #initialize, #make_child, #push_to_children, #under_temporary_document_structure
Methods inherited from Element
Constructor Details
This class inherits a constructor from RD::ListItem
Instance Method Details
#accept(visitor) ⇒ Object
42 43 44 |
# File 'lib/rd/list.rb', line 42 def accept(visitor) visitor.visit_ItemListItem(self) end |