| Package | org.springextensions.actionscript.core.task.xml.parser |
| SVN browsing | NullReturningNodeParser.as |
| Fisheye | NullReturningNodeParser.as |
| Class | public class NullReturningNodeParser |
| Inheritance | NullReturningNodeParser AbstractTaskDefinitionParser AbstractObjectDefinitionParser |
Documentation reference: the task namespace handler
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
NullReturningNodeParser instance. | NullReturningNodeParser | ||
![]() |
Parses the given xml node into an IObjectDefinition and registers the object definition
with the given parser/context.
| AbstractObjectDefinitionParser | |
| Method | Defined by | ||
|---|---|---|---|
|
Does nothing, only returns null
| NullReturningNodeParser | ||
![]() |
Returns the id of the given xml node.
| AbstractObjectDefinitionParser | |
| NullReturningNodeParser | () | constructor |
public function NullReturningNodeParser()
Creates a new NullReturningNodeParser instance.
| parseInternal | () | method |
protected override function parseInternal(node:XML, context:XMLObjectDefinitionsParser):IObjectDefinitionDoes nothing, only returns null
Parametersnode:XML — argument will be ignored
|
|
context:XMLObjectDefinitionsParser — argument will be ingored
|
IObjectDefinition —
null
|