Class CardDataModel
Object
|
+--CardDataModel
- class
CardDataModel
Class providing for a reference model containing static card data
Defined in datamodel.js
Field Summary |
Object |
dm
|
<static> Object |
path
|
Method Summary |
void
|
dump()
Dump the complete model
|
Object
|
getNode(<String> path)
Return the node at the given path
|
<static> void
|
populateFromProfile(<Object> node, <String> profile)
Populate a node from an XML profile
|
dm
Object dm
path
<static> Object path
CardDataModel
CardDataModel()
dump
void dump()
getNode
Object getNode(<String> path)
Return the node at the given path
Parameters:
path
- the path to the node
populateFromProfile
<static> void populateFromProfile(<Object> node, <String> profile)
Populate a node from an XML profile
Parameters:
node
- the node where the data from the profile is inserted
profile
- the XML application profile
Documentation generated by
JSDoc on Tue Sep 3 22:29:41 2013