Fake Generator context.
Generator context which sends all requests through itself
to its parent. Helpful when we don't know which kind of context
it's going to be: XMLContext or StandardContext. After we know
this this FakeContext is discarded and new context (xml or text) is
linked directly to the parent of this one.
author: Dmitry Skavish See Also: org.openlaszlo.iv.flash.api.Script.process |