RightAws::RightSaxParserCallbackTemplate
# File lib/awsbase/right_awsbase.rb, line 1163 def self.include_callback include XML::SaxParser::Callbacks end
# File lib/awsbase/right_awsbase.rb, line 1169 def on_end_element(name) @right_aws_parser.tag_end(name) end
# File lib/awsbase/right_awsbase.rb, line 1166 def on_start_element(name, attr_hash) @right_aws_parser.tag_start(name, attr_hash) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.