| Package | Description |
|---|---|
| org.apache.royale.compiler.internal.mxml | |
| org.apache.royale.compiler.mxml |
| Modifier and Type | Class and Description |
|---|---|
class |
MXMLDialect2006
This singleton class represents the 2006 dialect of MXML,
with the language namespace
"http://www.adobe.com/2006/mxml". |
class |
MXMLDialect2009
This singleton class represents the 2009 dialect of MXML,
with the language namespace
"http://ns.adobe.com/mxml/2009". |
class |
MXMLDialect2012
This singleton class represents the experimental 2012 dialect of MXML,
with the language namespace
"http://ns.adobe.com/mxml/2012". |
| Modifier and Type | Field and Description |
|---|---|
static MXMLDialect |
MXMLDialect.DEFAULT
The
MXMLDialect representing the default dialect of MXML. |
static MXMLDialect |
MXMLDialect.MXML_2006
The
MXMLDialect representing MXML 2006. |
static MXMLDialect |
MXMLDialect.MXML_2009
The
MXMLDialect representing MXML 2009. |
static MXMLDialect |
MXMLDialect.MXML_2012
The
MXMLDialect representing MXML 2012 (experimental). |
| Modifier and Type | Method and Description |
|---|---|
static MXMLDialect |
MXMLDialect.getDialectForLanguageNamespace(String uri)
Gets the
MXMLDialect object corresponding to a specified
language namespace. |
static MXMLDialect |
MXMLDialect2006.getInstance()
Gets the singleton instance of this class.
|
static MXMLDialect |
MXMLDialect2009.getInstance()
Gets the singleton instance of this class.
|
static MXMLDialect |
MXMLDialect2012.getInstance()
Gets the singleton instance of this class.
|
static MXMLDialect |
MXMLDialect.getMXMLDialect(PrefixMap rootPrefixMap)
Given a
PrefixMap representing the xmlns
attributes on the root tag, determines which dialect of MXML is being
used. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MXMLDialect.isEqualToOrAfter(MXMLDialect other)
Determines whether this dialect is equal to, or later than, another
dialect.
|
boolean |
MXMLDialect.isEqualToOrBefore(MXMLDialect other)
Determines whether this dialect is equal to, or earlier than, another
dialect.
|
| Modifier and Type | Method and Description |
|---|---|
MXMLDialect |
IMXMLData.getMXMLDialect()
Gets the MXML dialect being used.
|
MXMLDialect |
IMXMLTagAttributeData.getMXMLDialect()
Gets the MXML dialect used in the document containing this attribute.
|
MXMLDialect |
IMXMLUnitData.getMXMLDialect()
Returns the MXML dialect used in the MXML document that contains this
unit.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.