The Insight Journal logo

Document Object Model based XML Handling in ITK

Gong, Ren Hui, Yaniv, Ziv
Childrens National Medical Center USA
The Insight Journal logo

Please use this identifier to cite or link to this publication: http://hdl.handle.net/10380/3387
New: Prefer using the following doi: https://doi.org/10.54294/uzvmer
Submitted by Ren Hui Gong on 2012-09-21 17:48:53.

The Insight Segmentation and Registration Toolkit (ITK) previously provided a framework for parsing Extensible Markup Language (XML) documents using the Simple API for XML (SAX) framework. While this programming model is memory efficient, it places most of the implementation burden on the user. We provide an implementation of the Document Object Model (DOM) framework for parsing XML documents. Using this model, user code is greatly simplified, shifting most of the implementation burden from the user to the framework. The provided implementation consists of two tiers. The lower level tier provides functionality for parsing XML documents and loading the tree structure into memory. It then allows the user to query and retrieve specific entries. The upper tier uses this functionality to provide an interface for mimicking a serialization and de-serialization mechanism for ITK objects. The implementation described in this document was incorporated into ITK as part of release 4.2.