Package | Description |
---|---|
org.apache.flex.compiler.internal.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.mxml package. |
org.apache.flex.compiler.internal.parsing.mxml | |
org.apache.flex.compiler.internal.scopes |
This package is the internal counterpart of the external
org.apache.flex.compiler.scopes package. |
org.apache.flex.compiler.internal.tree.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.mxml 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.
|
Modifier and Type | Class and Description |
---|---|
class |
MXMLData
Encapsulation of an MXML file, with individual units for each open tag, close
tag, and block of text.
|
Modifier and Type | Method and Description |
---|---|
IMXMLData |
MXMLUnitData.getParent() |
Modifier and Type | Method and Description |
---|---|
IMXMLUnitData[] |
BalancingMXMLProcessor.balance(IMXMLUnitData[] data,
IMXMLData mxmlData,
Map<IMXMLTagData,PrefixMap> map) |
Constructor and Description |
---|
MXMLScopeBuilder(MXMLCompilationUnit compilationUnit,
IFileSpecificationGetter fileSpecGetter,
IMXMLData mxmlData,
String qname,
String fileName) |
Constructor and Description |
---|
MXMLFileScope(MXMLCompilationUnit compilationUnit,
String filePath,
IMXMLData mxmlData)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
IMXMLData |
MXMLTreeBuilder.getExternalMXMLData(IMXMLTagAttributeData sourceAttribute,
String resolvedSourcePath)
Gets the
IMXMLData representation of an external file specified by
a source attribute. |
IMXMLData |
MXMLTreeBuilder.getMXMLData()
Gets the DOM representation of the MXML file.
|
Constructor and Description |
---|
MXMLTreeBuilder(MXMLCompilationUnit compilationUnit,
IFileSpecificationGetter fileSpecGetter,
String qname,
IMXMLData mxmlData,
MXMLFileScope fileScope,
Collection<ICompilerProblem> problems)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
IMXMLData |
IMXMLDataManager.get(IFileSpecification fileSpec)
Gets the
IMXMLData for the specified MXML file. |
IMXMLData |
IMXMLUnitData.getParent()
Gets the
IMXMLData representing the MXML document that contains
this unit. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.