Packageorg.springextensions.actionscript.core.task.xml.parser
SVN browsingNullReturningNodeParser.as
FisheyeNullReturningNodeParser.as
Classpublic class NullReturningNodeParser
InheritanceNullReturningNodeParser Inheritance AbstractTaskDefinitionParser Inheritance AbstractObjectDefinitionParser

Internally used for nodes that are converted by another node parser but will still be interated over the main parser. This will simply return null so that its result will be ignored.



Documentation reference: the task namespace handler


Public Methods
 MethodDefined by
  
Creates a new NullReturningNodeParser instance.
NullReturningNodeParser
 Inherited
Parses the given xml node into an IObjectDefinition and registers the object definition with the given parser/context.
AbstractObjectDefinitionParser
Protected Methods
 MethodDefined by
  
Does nothing, only returns null
NullReturningNodeParser
 Inherited
resolveID(node:XML, definition:IObjectDefinition, context:XMLObjectDefinitionsParser):String
Returns the id of the given xml node.
AbstractObjectDefinitionParser
Constructor detail
NullReturningNodeParser()constructor
public function NullReturningNodeParser()

Creates a new NullReturningNodeParser instance.

Method detail
parseInternal()method
protected override function parseInternal(node:XML, context:XMLObjectDefinitionsParser):IObjectDefinition

Does nothing, only returns null

Parameters
node:XML — argument will be ignored
 
context:XMLObjectDefinitionsParser — argument will be ingored

Returns
IObjectDefinition — null