Method: Aws::Xml::Parser::OgaEngine#on_text

Defined in:
lib/aws-sdk-core/xml/parser/oga_engine.rb

#on_text(value) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



31
32
33
# File 'lib/aws-sdk-core/xml/parser/oga_engine.rb', line 31

def on_text(value)
  @stack.text(value) if @depth > 0
end