Method: Aws::Xml::Parser::OgaEngine#initialize

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

#initialize(stack) ⇒ OgaEngine

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



12
13
14
15
# File 'lib/aws-sdk-core/xml/parser/oga_engine.rb', line 12

def initialize(stack)
  @stack = stack
  @depth = 0
end