| Package | org.springextensions.actionscript.core.task.xml.parser |
| SVN browsing | IfNodeParser.as |
| Fisheye | IfNodeParser.as |
| Class | public class IfNodeParser |
| Inheritance | IfNodeParser BlockNodeParser TaskNodeParser AbstractTaskDefinitionParser AbstractObjectDefinitionParser |
IObjectDefinition.
See also
Documentation reference: the task namespace handler
| 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 |
protected override function init():void
Initializes the current IfNodeParser.
| elseMethod | constant |
public static const elseMethod:String = "else_"