Main Page | Packages | Class Tree | Index | Help

xp.data

class NodeObject

Object
  |
  +--xp.data.NodeObject


dynamic class NodeObject
extends Object

Converts an XMLNode to an object on demand

Uses a lazy decoding method to only convert the node when it is first accessed


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Constructor

public
NodeObject ( node: XMLNode)
Create a new instance

Method Summary

public static
nodeToObject ( rec: NodeObject, node: XMLNode ): Object
Converts a node to an item



Constructor Documentation

NodeObject

public function NodeObject(node: XMLNode)
Create a new instance

Parameters:
node
data An array of XMLNodes or an XMLNode whose childNodes are to be encoded

Method Documentation

nodeToObject

public static function nodeToObject(rec: NodeObject,
 node: XMLNode): Object
Converts a node to an item

Returns:
The converted item


The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc