comparison m-toolbox/classes/@ltpda_obj/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 %%%%%%%%%% Get properties from the node attributes
7
8 %%%%%%%%%% Get properties from the child nodes
9
10 end