Class Index | File Index

Classes


Class CardDataModel

Class providing for a reference model containing static card data
Defined in: datamodel.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Create data model object
Method Summary
Method Attributes Method Name and Description
 
dump()
Dump the complete model
 
getNode(path)
Return the node at the given path
<static>  
CardDataModel.populateFromProfile(node, profile)
Populate a node from an XML profile
Class Detail
CardDataModel()
Create data model object
Method Detail
dump()
Dump the complete model

{Object} getNode(path)
Return the node at the given path
Parameters:
{String} path
the path to the node
Returns:
the node

<static> CardDataModel.populateFromProfile(node, profile)
Populate a node from an XML profile
Parameters:
{Object} node
the node where the data from the profile is inserted
{String} profile
the XML application profile

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jun 30 2014 21:39:53 GMT+0200 (CEST)