| Class | Description |
|---|---|
| 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". |
| MXMLNamespaceMapping |
This class stores a MXML-namespace-URI-to-manifest-file mapping.
|
| Enum | Description |
|---|---|
| MXMLDialect.TextParsingFlags |
Flags that affect how the parsing methods work.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.