Package org.apache.flex.compiler.mxml

This package contains classes and interfaces that provide a syntactic representation of MXML as tags and attributes, without any semantic understanding of what those tags and attributes mean in MXML.

See: Description

Package org.apache.flex.compiler.mxml Description

This package contains classes and interfaces that provide a syntactic representation of MXML as tags and attributes, without any semantic understanding of what those tags and attributes mean in MXML.

The main class is MXMLData, which represents an entire MXML file. The content of the file is represented as a list of MXMLUnitData objects representing MXML units, but there are APIs which allows the linear list of units to be accessed as a hierarchy of tags that contain other tags.

There are three types of MXML units:

Copyright © 2016 The Apache Software Foundation. All rights reserved.