class Saxerator::SaxHandler

Public Instance Methods

characters(_text) click to toggle source
# File lib/saxerator/sax_handler.rb, line 3
def characters(_text); end
end_element(_name) click to toggle source
# File lib/saxerator/sax_handler.rb, line 7
def end_element(_name); end
start_element(_name, _attrs = []) click to toggle source
# File lib/saxerator/sax_handler.rb, line 5
def start_element(_name, _attrs = []); end