class RightAws::RightSaxParserCallback
Public Class Methods
include_callback()
click to toggle source
# File lib/awsbase/right_awsbase.rb, line 1163 def self.include_callback include XML::SaxParser::Callbacks end
Public Instance Methods
on_end_element(name)
click to toggle source
# File lib/awsbase/right_awsbase.rb, line 1169 def on_end_element(name) @right_aws_parser.tag_end(name) end
on_start_element(name, attr_hash)
click to toggle source
# File lib/awsbase/right_awsbase.rb, line 1166 def on_start_element(name, attr_hash) @right_aws_parser.tag_start(name, attr_hash) end