Method: Aws::Xml::Parser::RexmlEngine#initialize
- Defined in:
- lib/aws-sdk-core/xml/parser/engines/rexml.rb
#initialize(stack) ⇒ RexmlEngine
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.
Returns a new instance of RexmlEngine.
11 12 13 14 |
# File 'lib/aws-sdk-core/xml/parser/engines/rexml.rb', line 11 def initialize(stack) @stack = stack @depth = 0 end |