I don't think MXMLApplicationNode is currently getting used in MXML compilation. I think <s:Application> just creates an MXMLDocumentNode.
- Gordon -----Original Message----- From: Cyrill Zadra [mailto:cyrill.za...@gmail.com] Sent: Sunday, November 25, 2012 2:49 PM To: flex-dev@incubator.apache.org Subject: [FALCON] parser question - MXMLApplicationNode Hey there A newbie question ... > org.apache.flex.compiler.internal.tree.mxml.MXMLApplicationNode If Falcon parses following line or mxml that contains following shouldn't there be at least one instance of MXMLApplicationNode? <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" /> Just tried it out an the MXMLApplicationNode class got never instantiated. cyrill