Mercurial > hg > ltpda
comparison m-toolbox/classes/@ltpda_nuo/fromDom.m @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
1 | |
2 function fromDom(obj, node, inhists) | |
3 | |
4 %%%%%%%%%% Call super-class | |
5 | |
6 fromDom@ltpda_obj(obj, node, inhists); | |
7 | |
8 %%%%%%%%%% Get properties from the node attributes | |
9 | |
10 %%%%%%%%%% Get properties from the child nodes | |
11 | |
12 end |