The {@code IMXMLDataManager} of the {@code IWorkspace} maintains a cache of{@code IMXMLData} objects that serve as DOMs for MXML files.
If an MXML file is used in multiple projects, its {@code MXMLData} can beshared. Its symbol table and parse tree cannot be shared, because the meaning of various MXML tags could be different in different projects.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.