| Package | org.springextensions.actionscript.ioc.config.impl.xml.namespacehandler.impl.task.nodeparser |
| Class | public class IfNodeParser |
| Inheritance | IfNodeParser BlockNodeParser TaskNodeParser AbstractTaskDefinitionParser AbstractObjectDefinitionParser Object |
IObjectDefinition.
See also
| Method | Defined By | ||
|---|---|---|---|
Creates a new IfNodeParser instance. | IfNodeParser | ||
![]() |
Parses the given xml node into an IObjectDefinition and registers the object definition
with the given parser/context. | AbstractObjectDefinitionParser | |
| Constant | Defined By | ||
|---|---|---|---|
![]() | andMethod : String = and [static] | TaskNodeParser | |
| elseMethod : String = else_ [static] | IfNodeParser | ||
![]() | endMethod : String = end [static] | BlockNodeParser | |
![]() | exitMethod : String = exit [static] | TaskNodeParser | |
![]() | forMethod : String = for_ [static] | TaskNodeParser | |
![]() | ifMethod : String = if_ [static] | TaskNodeParser | |
![]() | nextMethod : String = next [static] | TaskNodeParser | |
![]() | pauseMethod : String = pause [static] | TaskNodeParser | |
![]() | resetMethod : String = reset [static] | TaskNodeParser | |
![]() | whileMethod : String = while_ [static] | TaskNodeParser | |
| IfNodeParser | () | Constructor |
public function IfNodeParser()
Creates a new IfNodeParser instance.
| addElseMethod | () | method |
protected function addElseMethod(builder:ObjectDefinitionBuilder, node:XML):voidParameters
builder:ObjectDefinitionBuilder | |
node:XML |
| init | () | method |
override protected function init():void
Initializes the current IfNodeParser.
| elseMethod | Constant |
public static const elseMethod:String = else_