| Package | Description |
|---|---|
| org.apache.royale.compiler.common | |
| org.apache.royale.compiler.internal.mxml | |
| org.apache.royale.compiler.mxml |
| Modifier and Type | Field and Description |
|---|---|
static XMLName |
XMLName.NULL_NAME |
| Modifier and Type | Method and Description |
|---|---|
int |
XMLName.compareTo(XMLName o) |
| Modifier and Type | Field and Description |
|---|---|
protected XMLName |
MXMLDialect.bindingXMLName |
protected XMLName |
MXMLDialect.componentXMLName |
protected XMLName |
MXMLDialect.declarationsXMLName |
protected XMLName |
MXMLDialect.definitionXMLName |
protected XMLName |
MXMLDialect.libraryXMLName |
protected XMLName |
MXMLDialect.metadataXMLName |
protected XMLName |
MXMLDialect.modelXMLName |
protected XMLName |
MXMLDialect.privateXMLName |
protected XMLName |
MXMLDialect.reparentXMLName |
protected XMLName |
MXMLDialect.scriptXMLName |
protected XMLName |
MXMLDialect.styleXMLName |
| Modifier and Type | Method and Description |
|---|---|
XMLName |
MXMLDialect.resolveArray()
Gets the XML name of the
<Array> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveBinding()
Gets the XML name of the
<Binding> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveBoolean()
Gets the XML name of the
<Boolean> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveClass()
Gets the XML name of the
<Class> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveComponent()
Gets the XML name of the
<Component> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveDate()
Gets the XML name of the
<Date> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveDeclarations()
Gets the XML name of the
<De3clarations> tag in this dialect of
MXML. |
XMLName |
MXMLDialect.resolveDefinition()
Gets the XML name of the
<Definition> tag in this dialect of
MXML. |
XMLName |
MXMLDialect.resolveFunction()
Gets the XML name of the
<Function> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveInt()
Gets the XML name of the
<int> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveLibrary()
Gets the XML name of the
<Library> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveMetadata()
Gets the XML name of the
<Metadata> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveModel()
Gets the XML name of the
<Model> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveNumber()
Gets the XML name of the
<Number> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveObject()
Gets the XML name of the
<Object> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolvePrivate()
Gets the XML name of the
<Private> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveReparent()
Gets the XML name of the
<Reparent> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveScript()
Gets the XML name of the
<Script> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveString()
Gets the XML name of the
<String> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveStyle()
Gets the XML name of the
<Style> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveUint()
Gets the XML name of the
<uint> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveXML()
Gets the XML name of the
<XML> tag in this dialect of MXML. |
XMLName |
MXMLDialect.resolveXMLList()
Gets the XML name of the
<XMLList> tag in this dialect of MXML. |
| Modifier and Type | Method and Description |
|---|---|
XMLName |
IMXMLTagAttributeData.getXMLName()
Gets the name of this attribute as an
XMLName. |
XMLName |
IMXMLTagData.getXMLName()
Gets the name of this tag as an
XMLName. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.