On 5/12/16, 5:31 PM, "jude" <flexcapaci...@gmail.com> wrote:
>I read somewhere, and it might have been the code comments, that you used >some code from mxmlc or maybe it was an class used in Eclipse MXML class >to >parse the MXML and compute the changes for your live MXML PoC. I'm trying >to find the class that had the following functions: > > parseFile(); > computeChanges(); > applyChanges(); In my POC, the MXMLLiveEditAgent has those methods. The MXML parsing is done by the XML class. I think you may be thinking of the MXMLDataInterpreter, and how the Falcon compiler outputs MXML as an array to be interpreted by the MXMLDataInterpreter (as well as the MXMLLiveEditPlugin) instead of a pile of one-off methods that are not manipulatable at runtime. -Alex