![]() |
Microscopy Image Browser 2.91
MIB
|
Convert xml file into a MATLAB structure [ s ] = xml2struct( file ) More...
Functions | |
function s = | xml2struct (file) |
Convert xml file into a MATLAB structure [ s ] = xml2struct( file ) | |
function [ children , ptext , textflag ] = | xml2struct>parseChildNodes (theNode) |
function [ text , name , attr , childs , textflag ] = | xml2struct>getNodeData (theNode) |
function attributes = | xml2struct>parseAttributes (theNode) |
Convert xml file into a MATLAB structure [ s ] = xml2struct( file )
function [ text , name , attr , childs , textflag ] = xml2struct>getNodeData | ( | theNode | ) |
function attributes = xml2struct>parseAttributes | ( | theNode | ) |
function [ children , ptext , textflag ] = xml2struct>parseChildNodes | ( | theNode | ) |
function s = xml2struct | ( | file | ) |
Convert xml file into a MATLAB structure [ s ] = xml2struct( file )
Please note that the following characters are substituted -
by dash
, :
by colon
and .
by dot
Written by W. Falkena, ASTI, TUDelft, 21-08-2010 Attribute parsing speed increased by 40% by A. Wanner, 14-6-2011 Added CDATA support by I. Smirnov, 20-3-2012
Modified by X. Mo, University of Wisconsin, 12-5-2012
References xml2struct().
Referenced by getXMLheader(), mibGetImageMetadata(), readBigDataViewerFormat(), and xml2struct().