| Package | Description |
|---|---|
| org.apache.royale.compiler.common | |
| org.apache.royale.compiler.internal.mxml | |
| org.apache.royale.compiler.mxml |
| Modifier and Type | Class and Description |
|---|---|
class |
MutablePrefixMap
This is a mutable version of a
PrefixMap that allows additions and
removals of namespaces |
| Modifier and Type | Method and Description |
|---|---|
PrefixMap |
PrefixMap.clone() |
PrefixMap |
MutablePrefixMap.toImmutable()
Creates an immutable version of this prefix map
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutablePrefixMap.addAll(PrefixMap map)
Adds all information from one
PrefixMap to another |
void |
MutablePrefixMap.addAll(PrefixMap map,
boolean onlyIfUnique)
Adds all information from one
PrefixMap to another |
| Constructor and Description |
|---|
MutablePrefixMap(PrefixMap map) |
PrefixMap(PrefixMap map) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
PrefixMap |
IMXMLTagData.getCompositePrefixMap()
Gets the namespace mapping that apply to this tag, taking ancestor tags
into account.
|
PrefixMap |
IMXMLTagData.getPrefixMap()
Gets the namespace mappings specified on this tag.
|
PrefixMap |
IMXMLData.getPrefixMapForData(IMXMLTagData data)
Returns the PrefixMap for the given
IMXMLTagData. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.