Class: NodeVisitor
- Inherits:
-
Object
show all
- Defined in:
- lib/xml_command_handlers/models/node_visitor.rb
Instance Method Summary
collapse
Instance Method Details
#process_after_children ⇒ Object
6
7
8
|
# File 'lib/xml_command_handlers/models/node_visitor.rb', line 6
def process_after_children
raise "must be implemented by a class"
end
|
#process_before_children ⇒ Object
2
3
4
|
# File 'lib/xml_command_handlers/models/node_visitor.rb', line 2
def process_before_children
raise "must be implemented by a class"
end
|