Modifier and Type | Method and Description |
---|---|
void |
IMXMLEmitter.emitPropertySpecifier(IMXMLPropertySpecifierNode node) |
void |
IMXMLEmitter.emitPropertySpecifiers(IMXMLPropertySpecifierNode[] nodes,
boolean emitAttributes) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
MXMLClassDirectiveProcessor.isDataboundProp(IMXMLPropertySpecifierNode propertyNode) |
Modifier and Type | Method and Description |
---|---|
void |
MXMLEmitter.emitPropertySpecifier(IMXMLPropertySpecifierNode node) |
void |
MXMLEmitter.emitPropertySpecifiers(IMXMLPropertySpecifierNode[] nodes,
boolean emitAttributes) |
void |
MXMLBlockWalker.visitPropertySpecifier(IMXMLPropertySpecifierNode node) |
Modifier and Type | Method and Description |
---|---|
void |
MXMLFlexJSEmitter.emitPropertyOverride(IMXMLPropertySpecifierNode propertyNode) |
void |
MXMLFlexJSEmitter.emitPropertySpecifier(IMXMLPropertySpecifierNode node) |
protected static boolean |
MXMLFlexJSEmitter.isDataboundProp(IMXMLPropertySpecifierNode propertyNode) |
Modifier and Type | Method and Description |
---|---|
void |
MXMLVF2JSEmitter.emitPropertyOverride(IMXMLPropertySpecifierNode propertyNode) |
void |
MXMLVF2JSEmitter.emitPropertySpecifier(IMXMLPropertySpecifierNode node) |
protected static boolean |
MXMLVF2JSEmitter.isDataboundProp(IMXMLPropertySpecifierNode propertyNode) |
Modifier and Type | Interface and Description |
---|---|
interface |
IMXMLEffectSpecifierNode
This AST node represents an MXML tag or attribute that specifies an effect
trigger, such as
showEffect="Wipe" . |
interface |
IMXMLHTTPServiceRequestPropertyNode
AST node for
<s:request> tags under <s:HTTPService> tags. |
interface |
IMXMLStyleSpecifierNode
This AST node represents an MXML tag or attribute that specifies a style.
|
Modifier and Type | Method and Description |
---|---|
IMXMLPropertySpecifierNode |
IMXMLClassReferenceNode.getPropertySpecifierNode(String name)
Gets the child node specifying a particular property.
|
IMXMLPropertySpecifierNode[] |
IMXMLClassReferenceNode.getPropertySpecifierNodes()
Gets all the child nodes that specify properties.
|
Modifier and Type | Method and Description |
---|---|
void |
IMXMLBlockVisitor.visitPropertySpecifier(IMXMLPropertySpecifierNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.