Method: Aws::Xml::Parser::RexmlEngine#text

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

#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.



33
34
35
# File 'lib/aws-sdk-core/xml/parser/engines/rexml.rb', line 33

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