| Package | Description |
|---|---|
| org.apache.royale.compiler.mxml |
| Modifier and Type | Method and Description |
|---|---|
IMXMLTagData |
IMXMLTagData.findMatchingEndTag()
Finds the close tag that matches this tag.
|
IMXMLTagData |
IMXMLData.findTagOrSurroundingTagContainingOffset(int offset)
Similar to findTagContainingOffset, but if the unit inside offset is a
text node, will return the surrounding tag instead.
|
IMXMLTagData |
IMXMLUnitData.getContainingTag(int offset)
Get the nearest containing tag.
|
IMXMLTagData |
IMXMLTagData.getFirstChild(boolean includeEmptyTags)
Gets the first child open tag of this tag.
|
IMXMLTagData |
IMXMLTagData.getNextSibling(boolean includeEmptyTags)
Gets the next sibling open tag of this tag.
|
IMXMLTagData |
IMXMLUnitData.getNextTag()
Gets the next tag.
|
IMXMLTagData |
IMXMLTagAttributeData.getParent()
Gets the tag to which this attribute belongs.
|
IMXMLTagData |
IMXMLTagData.getParentTag()
Gets the tag that contains this tag.
|
IMXMLTagData |
IMXMLData.getRootTag()
Gets the root tag.
|
| Modifier and Type | Method and Description |
|---|---|
PrefixMap |
IMXMLData.getPrefixMapForData(IMXMLTagData data)
Returns the PrefixMap for the given
IMXMLTagData. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.