![]() |
Microscopy Image Browser
1.233
|
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 ) More... | |
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 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
Referenced by getImageMetadata(), getXMLheader(), and readBigDataViewerFormat().