source: trunk/src/@xmltree/setfilename.m @ 952

Last change on this file since 952 was 925, checked in by sommeria, 8 years ago

xmltree updated

File size: 568 bytes
Line 
1function tree = setfilename(tree,filename)
2% XMLTREE/SETFILENAME Set filename method
3% FORMAT tree = setfilename(tree,filename)
4%
5% tree     - XMLTree object
6% filename - XML filename
7%__________________________________________________________________________
8%
9% Set the filename linked to the XML tree as filename.
10%__________________________________________________________________________
11% Copyright (C) 2002-2011  http://www.artefact.tk/
12
13% Guillaume Flandin
14% $Id: setfilename.m 4460 2011-09-05 14:52:16Z guillaume $
15
16tree.filename = filename;
Note: See TracBrowser for help on using the repository browser.