<Script>
tag. An {@link IMXMLScriptNode} has N child nodes representing the ActionScriptwithin the tag. For example, if the tag is
<fx:Script> </fx:Script> then there will be two child nodes, an {@link IImportNode} and an {@link IVariableNode}. This interface extends the marker interface {@link IBlockNode} so thatcode-assist features can find script nodes when looking for "blocks"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|