Ignore:
Timestamp:
Feb 17, 2016, 12:52:48 PM (8 years ago)
Author:
sommeria
Message:

xmltree updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/@xmltree/Contents.m

    r821 r925  
    1 % XMLTree: XML Toolbox for Matlab.
    2 % Version 1.2  17-Nov-2004
     1% XMLTree: XML Toolbox for MATLAB and GNU Octave
     2% Version 2.0  14-Aug-2015
    33%
    44% XML file I/O.
     
    1111%   branch      - Extract a subtree from a tree.
    1212%   children    - Return children of a node.
    13 %   convert     - Convert a tree in a Matlab structure.
     13%   convert     - Convert a tree in a MATLAB structure.
    1414%   copy        - Copy nodes within a tree.
    1515%   delete      - Delete a node in a tree.
     
    2424%   root        - Return the root element of a tree.
    2525%   set         - Set node properties.
    26 %   setfilename - Set filename
     26%   setfilename - Set filename.
    2727%
    28 % Graphical user interface methods (work in progress).
    29 %   editor      - Reimplementation of <view> for Matlab 6+
    30 %   view        - Graphical display of a tree.
    31 %   view_ui     - Useful function for view method.
     28% Graphical user interface methods (basic).
     29%   editor      - Graphical display of a tree.
    3230%
    3331% Low level class methods.
    3432%   char        - Convert a tree into a string (for display).
    35 %   display     - Display a tree into MATLAB.
     33%   display     - Display a tree in the workspace.
    3634%
    3735% Private methods.
    3836%   xml_parser  - XML parser.
    39 %   xml_findstr - Find one string within another (mexfile)
     37%   xml_findstr - Find one string within another (C-MEX file).
    4038%
    41 % Conversions Matlab <=> XML
     39% Conversions struct <=> XML.
    4240%   loadxml     -
    4341%   savexml     -
     
    5149%   xmldemo3    - Read an XML file, modify some fields and save it.
    5250
    53 % Copyright 2002-2004 Guillaume Flandin <Guillaume@artefact.tk>
    54 % $Revision: 1.2 $
     51% Copyright 2002-2015  http://www.artefact.tk/
     52
     53% Guillaume Flandin <Guillaume@artefact.tk>
     54% $Id: Contents.m 6480 2015-06-13 01:08:30Z guillaume $
Note: See TracChangeset for help on using the changeset viewer.