| Package | org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers |
| Class | public class ObjectNodeParser |
| Inheritance | ObjectNodeParser AbstractNodeParser |
Authors: Christophe Herreman, Erik Westra
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
| Method | Defined by | ||
|---|---|---|---|
|
ObjectNodeParser(xmlObjectDefinitionsParser:XMLObjectDefinitionsParser)
Constructs the ObjectNodeParser.
| ObjectNodeParser | ||
![]() |
addNodeNameAlias(alias:String):void
Will add an alias that this node parser will react upon.
| AbstractNodeParser | |
![]() |
canParse(node:XML):Boolean
Determines if the given node can be parsed.
| AbstractNodeParser | |
![]() |
getNodeNames():Array
Return an array containing the node names this parser can parse
| AbstractNodeParser | |
|
parse(node:XML):Object
This is an abstract method and should be overridden in a subclass.
| ObjectNodeParser | ||
| ObjectNodeParser | () | constructor |
public function ObjectNodeParser(xmlObjectDefinitionsParser:XMLObjectDefinitionsParser)Constructs the ObjectNodeParser.
ParametersxmlObjectDefinitionsParser:XMLObjectDefinitionsParser — The definitions parser using this NodeParser
|
See also
| parse | () | method |
public override function parse(node:XML):ObjectThis is an abstract method and should be overridden in a subclass. Will parse the given node. The type of the result depends on the implementation of the node parser.
Parametersnode:XML — The node that will be parsed
|
Object — the parsed node
|