The input for MXML tree-building is an {@code MXMLData} object, a DOM-likerepresenting of an MXML file, and the {@code MXMLFileScope} alreadyconstructed from that {@code MXMLData}. The output is an {@code IOldMXMLFileNode} object, the root of a MXML AST.
{@code MXMLTreeBuilder} is the only public class in this package.
An instance of this class is passed to each tree-building method in MXML node classes. It provides quick access to various useful objects while building an MXML AST.
|
|