Package | Description |
---|---|
org.apache.flex.compiler.common |
This package contains miscellaneous classes and interfaces
used by other compiler packages.
|
org.apache.flex.compiler.config |
This package contains classes and interfaces related to the configuration subsystem.
|
org.apache.flex.compiler.internal.caches | |
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.projects |
This package is the internal counterpart of the external
org.apache.flex.compiler.projects package. |
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.
|
Class and Description |
---|
MXMLData
Encapsulation of an MXML file, with individual units for each open tag, close
tag, and block of text.
|
Class and Description |
---|
MXMLNamespaceMapping
This class stores a MXML-namespace-URI-to-manifest-file mapping.
|
Class and Description |
---|
MXMLData
Encapsulation of an MXML file, with individual units for each open tag, close
tag, and block of text.
|
Class and Description |
---|
MXMLData
Encapsulation of an MXML file, with individual units for each open tag, close
tag, and block of text.
|
MXMLData.Cursor
A cursor represents the offset into the document and the index of the
MXML unit that contains that offset
|
MXMLDialect
This is the abstract base class for classes representing dialects of MXML,
such as MXML 2006 or MXML 2009.
|
MXMLDialect.TextParsingFlags
Flags that affect how the parsing methods work.
|
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" . |
MXMLTagAttributeData
Represents a tag attribute in MXML.
|
MXMLTagData
Encapsulation of an open tag, a close tag, or an empty tag 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.
|
StateDefinitionBase
StateDefinitionBase is an abstract base class for
StateDefinition and StateGroupDefinition , which represent
states and state groups in MXML 2009 and later. |
Class and Description |
---|
MXMLDialect
This is the abstract base class for classes representing dialects of MXML,
such as MXML 2006 or MXML 2009.
|
Class and Description |
---|
MXMLDialect
This is the abstract base class for classes representing dialects of MXML,
such as MXML 2006 or MXML 2009.
|
Class and Description |
---|
MXMLDialect
This is the abstract base class for classes representing dialects of MXML,
such as MXML 2006 or MXML 2009.
|
MXMLDialect.TextParsingFlags
Flags that affect how the parsing methods work.
|
Class and Description |
---|
MXMLDialect
This is the abstract base class for classes representing dialects of MXML,
such as MXML 2006 or MXML 2009.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.