XML C DOM Interface
An abstract interface to third party Document Object Model (DOM) implementations is available through the DOM interface. This is defined in the file domAPI.h in the rtdomsrc subdirectory. A user is required to implement these functions to interface with the DOM implementation of their choice.
A default implemetation that interfaces to the libxml2 DOM library is available in the domAPI.c file.
1. Create an implemetation of all run-time functions defined in domAPI.h. Note that the DOM structures in this file are simply defined as void pointers. This is because the actual definitions of these structures varies between implementations. Concrete mappings to the structure definitions are defined in the implementation file.
Copyright © Objective Systems 2002-2008 This document may be distributed in any form, electronic or otherwise, provided that it is distributed in its entirety and that the copyright and this notice are included. |
Objective Systems, Inc.55 Dowlin Forge RoadExton, Pennsylvania 19341 http://www.obj-sys.com Phone: (484) 875-9841 Toll-free: (877) 307-6855 (US only) Fax: (484) 875-9830 info@obj-sys.com |