Interface | Description |
---|---|
IMXMLApplicationNode |
This AST node represents the root tag defining an MXML application.
|
IMXMLArrayNode |
This AST node represents an MXML
<Array> tag. |
IMXMLBindingAttributeNode |
This AST node represents the
source or destination
attribute on an MXML <Binding> tag. |
IMXMLBindingNode |
This AST node represents an MXML
<Binding> tag. |
IMXMLBooleanNode |
This AST node represents an MXML
<Boolean> tag. |
IMXMLClassDefinitionNode |
This AST node represents an MXML tag which defines a new class.
|
IMXMLClassNode |
This AST node represents an MXML
<Class> tag. |
IMXMLClassReferenceNode |
This AST node represents an MXML tag which maps to an ActionScript class,
either as an instance of that class or a definition of a subclass of this
class.
|
IMXMLClearNode |
This AST node represents an MXML
@Clear() compiler directive. |
IMXMLCompilerDirectiveNodeBase |
This AST node represents an MXML compiler directive.
|
IMXMLComponentNode |
This AST node represents an MXML
<Component> tag. |
IMXMLConcatenatedDataBindingNode |
This AST node represents a concatenated expression involving text and
databindings (such as
My Name is {name.first} {name.last} ) in an
MXML tree. |
IMXMLDataBindingNode |
Marker Interface for things that contain or are IMXMLSingleDataBindingNode
|
IMXMLDataBindingNodeContainer |
Marker Interface for things that contain or are IMXMLDataBindingNode
|
IMXMLDeclarationsNode |
This AST node represents an MXML
<Declarations> tag in an
AST. |
IMXMLDeferredInstanceNode |
This AST node represents the instance of
mx.core.DeferredInstanceFromClass or
mx.core.DeferredInstanceFromFunction that the compiler
implicitly creates as the value for a property or style of type
mx.core.IDeferredInstance or
mx.core.ITransientDeferredInstance . |
IMXMLDefinitionNode |
This AST node represents an MXML
<Definition> tag in an
AST. |
IMXMLDesignLayerNode |
This AST node represents an MXML
<fx:DesignLayer> tag. |
IMXMLDocumentNode |
This AST node represents the root tag in an MXML document.
|
IMXMLEffectSpecifierNode |
This AST node represents an MXML tag or attribute that specifies an effect
trigger, such as
showEffect="Wipe" . |
IMXMLEmbedNode |
This AST node represents an MXML
@Embed(...) |
IMXMLEventSpecifierNode |
This AST node represents an MXML tag or attribute which specifies
event-handling code.
|
IMXMLExpressionNode |
This is the base interface for AST nodes representing
<Boolean> , <int> ,
<uint> , <Number> ,
<String> , and <Class> tags. |
IMXMLFactoryNode |
This AST node represents the instance of
mx.core.ClassFactory
that the compiler implicitly creates as the value for a property of type
mx.core.IFactory . |
IMXMLFileNode |
This AST node represents an MXML file.
|
IMXMLFunctionNode |
This AST node represents an MXML
<Function> tag. |
IMXMLHTTPServiceNode |
This AST node represents an
<HTTPService> tag. |
IMXMLHTTPServiceRequestPropertyNode |
AST node for
<s:request> tags under <s:HTTPService> tags. |
IMXMLImplementsNode |
This AST node represents an
implements attribute on a class
definition tag in MXML. |
IMXMLInstanceNode |
This AST node represents an MXML tag that creates an instance of an
ActionScript class.
|
IMXMLIntNode |
This AST node represents an MXML
<int> tag. |
IMXMLLibraryNode |
This AST node represents an MXML
<Library> tag. |
IMXMLLiteralNode |
This AST node represents a primitive value of type
boolean ,
int , uint , Number , or
String |
IMXMLMetadataNode |
This AST node represents an MXML
<Metadata> tag. |
IMXMLModelNode |
This AST node represents an MXML
<Model> tag. |
IMXMLModelPropertyContainerNode |
This type of AST node represents tags inside an MXML
<Model> tag that contain other tags. |
IMXMLModelPropertyNode |
This AST node represents hierarchical properties (expressed either as child
tags or as attributes). within an MXML
<Model> tag. |
IMXMLModelRootNode |
This AST node represents the root tag inside an MXML
<Model> tag. |
IMXMLNode |
This is the base interface for all MXML-specific AST nodes.
|
IMXMLNumberNode |
This AST node represents an MXML
<Number> tag. |
IMXMLObjectNode |
This AST node represents an MXML
<Object> tag. |
IMXMLPrivateNode |
This AST node represents an MXML
<Private> tag. |
IMXMLPropertySpecifierNode |
This AST node represents an MXML tag or attribute that specifies a property.
|
IMXMLRegExpNode |
This AST node represents an MXML
<RegExp> tag. |
IMXMLRemoteObjectMethodNode |
This AST node represents an MXML
<method> tag inside a
<RemoteObject> tag. |
IMXMLRemoteObjectNode |
This AST node represents an MXML
<RemoteObject> tag. |
IMXMLReparentNode |
This AST node represents an MXML
<Reparent> tag. |
IMXMLRepeaterNode |
This AST node represents an MXML
<Repeater> tag in an
AST. |
IMXMLResourceNode |
This AST node represents an MXML
@Resource(...) |
IMXMLScriptNode |
This AST node represents an MXML
<Script> tag. |
IMXMLSingleDataBindingNode |
This AST node represents a single databinding expression (such as
{name.first} ) in an MXML tree. |
IMXMLSpecifierNode |
This AST node represents an MXML tag or attribute that specifies a property,
style, or event.
|
IMXMLStateNode |
This AST node represents an MXML
<State> tag. |
IMXMLStringNode |
This AST node represents an MXML
<String> tag. |
IMXMLStyleNode |
This AST node represents an MXML
<Style> tag. |
IMXMLStyleSpecifierNode |
This AST node represents an MXML tag or attribute that specifies a style.
|
IMXMLUintNode |
This AST node represents an MXML
<uint> tag. |
IMXMLVectorNode |
This AST node represents an MXML
<Vector> tag. |
IMXMLWebServiceNode |
This AST node represents an MXML
<WebService> tag. |
IMXMLWebServiceOperationNode |
This AST node represents an MXML
<operation> tag inside a
<WebService> tag. |
IMXMLXMLListNode |
This AST node represents an MXML
<XMLList> tag. |
IMXMLXMLNode |
This AST node represents an MXML
<XML> tag. |
IOldMXMLFileNode |
Represents an
IFileNode that is an MXML file |
Enum | Description |
---|---|
IMXMLXMLNode.XML_TYPE |
Copyright © 2016 The Apache Software Foundation. All rights reserved.