Class: Saxerator::SaxHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/saxerator/sax_handler.rb

Instance Method Summary collapse

Instance Method Details

#characters(_text) ⇒ Object



3
# File 'lib/saxerator/sax_handler.rb', line 3

def characters(_text); end

#end_element(_name) ⇒ Object



7
# File 'lib/saxerator/sax_handler.rb', line 7

def end_element(_name); end

#start_element(_name, _attrs = []) ⇒ Object



5
# File 'lib/saxerator/sax_handler.rb', line 5

def start_element(_name, _attrs = []); end