# File src/DynamicElements.rb, line 170
                def handleRequestOrResponse(method, context)
                        root = context.popRoot
                        root.handleChildren(method, context)
                        context.pushRoot root
                end