| Package | Description |
|---|---|
| org.apache.royale.compiler.mxml |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMXMLTagData
Represents an open tag, a close tag, or an empty tag in MXML.
|
| Modifier and Type | Method and Description |
|---|---|
IMXMLUnitData |
IMXMLTagData.getFirstChildUnit()
Gets the first child unit inside this tag.
|
IMXMLUnitData |
IMXMLUnitData.getNext()
Gets the next MXML unit.
|
IMXMLUnitData |
IMXMLUnitData.getNextSiblingUnit()
Gets the next sibling unit after this unit.
|
IMXMLUnitData |
IMXMLUnitData.getParentUnitData()
Gets the
IMXMLUnitData which is the hierarchical parent of this
unit in its parents array of IMXMLUnitData objects |
IMXMLUnitData |
IMXMLUnitData.getPrevious()
Gets the previous MXML unit.
|
IMXMLUnitData |
IMXMLData.getUnit(int i)
Gets an MXML unit by index.
|
IMXMLUnitData[] |
IMXMLData.getUnits()
Get the MXML units found in this
IMXMLData. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.