cantera/interfaces/matlab/toolbox/@XML_Node/write.m

13 lines
283 B
Matlab

function write(x, file)
% WRITE Write XML_Node to file.
% write(x, file)
%
% :param x:
% Instance of class :mat:func:`XML_Node`
% :param file:
% Name of the output file to be written.
% :return:
% Instance of class :mat:func:`XML_Node`
%
ctmethods(10, 13, x.id, file);