public interface IMXMLRemoteObjectNode extends IMXMLInstanceNode
<RemoteObject>
tag.
The <RemoteObject>
tag is an ordinary instance tag from the compiler's
point of view, except for the fact that a <RemoteObject>
tag can have
special child <method>
tags mixed in with its other child tags
for properties and events.
These are not property tags, because RemoteObject
has no method
property.
Instead, each <method>
tag creates an instance of mx.rpc.remoting.mxml.Operation
and adds it as a dynamic property of the operations
object
of the RemoteObject
instance; the name of the property in this object
is the name specified by the name
attribute on the <method>
tag.
Each <method>
tag is represented by a child IMXMLRemoteObjectMethodNode
.
UNKNOWN
getEffectiveID, getExcludeFrom, getID, getIncludeIn, getItemCreationPolicy, getItemDestructionPolicy, isEqual, resolveID
getClassReference, getEventSpecifierNode, getEventSpecifierNodes, getPropertySpecifierNode, getPropertySpecifierNodes, getSpecifierNodesWithSuffix, isContainer, isDeferredInstantiationUIComponent, isMXMLObject, isVisualElementContainer, needsDescriptor, needsDocumentDescriptor
getClassDefinitionNode, getDocumentNode, getFileNode, getName, isValidForCodeGen
contains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getNodeID, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminal
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStart
Copyright © 2016 The Apache Software Foundation. All rights reserved.