org.apache.flex.compiler.mxml
package.See: Description
Class | Description |
---|---|
EntityProcessor |
EntityProcessor is an all-static utility class used in parsing MXML. |
MXMLData |
Encapsulation of an MXML file, with individual units for each open tag, close
tag, and block of text.
|
MXMLDataManager |
The
MXMLDataManager of the IWorkspace
maintains a cache of DOM-like MXMLData objects for MXML files. |
MXMLDialect |
This is the abstract base class for classes representing dialects of MXML,
such as MXML 2006 or MXML 2009.
|
MXMLDialect2006 |
This singleton class represents the 2006 dialect of MXML,
with the language namespace
"http://www.adobe.com/2006/mxml" . |
MXMLDialect2009 |
This singleton class represents the 2009 dialect of MXML,
with the language namespace
"http://ns.adobe.com/mxml/2009" . |
MXMLDialect2012 |
This singleton class represents the experimental 2012 dialect of MXML,
with the language namespace
"http://ns.adobe.com/mxml/2012" . |
MXMLInstructionData | |
MXMLManifestManager |
Each
FlexProject has an MXMLManifestManager to resolve MXML tags to ActionScript classes,
using the |
MXMLNamespaceAttributeData |
Represents an xmlns style namespace import found within the MXML language
|
MXMLNamespaceMapping |
This class stores a MXML-namespace-URI-to-manifest-file mapping.
|
MXMLStateSplitter |
Simple utility for parsing attribute.state phrases.
|
MXMLTagAttributeData |
Represents a tag attribute in MXML.
|
MXMLTagData |
Encapsulation of an open tag, a close tag, or an empty tag in MXML.
|
MXMLTextData |
Encapsulation of a block of text in MXML
|
MXMLUnitData |
Encapsulation of an MXML unit: an open/close/empty tag, a chunk of text
(perhaps whitespace, CDATA, or a comment), or a processing instruction.
|
StateDefinition |
StateDefinition represents a state in MXML 2009 or later. |
StateDefinitionBase |
StateDefinitionBase is an abstract base class for
StateDefinition and StateGroupDefinition , which represent
states and state groups in MXML 2009 and later. |
StateGroupDefinition |
StateGroupDefinition represents a state group in an MXML class. |
Enum | Description |
---|---|
MXMLDialect.TextParsingFlags |
Flags that affect how the parsing methods work.
|
org.apache.flex.compiler.mxml
package.
See the description
of the org.apache.flex.compiler
package for an explanation
of how the compiler code is organized into external and internal packages.
Copyright © 2016 The Apache Software Foundation. All rights reserved.