TOC PREV NEXT INDEX


Generated C++ Class Methods


XBinder generates C++ classes for all types and global elements defined in an XML schema. Each class generated for a global element contains the main encode or decode methods required to serialize data to and from XML class member variables. Methods generated for types are used by the global element methods to accomplish the complete encoding or decoding of an XML document for the given element. Methods are also generated to help users construct and populate the generated type classes.
The following sections describe procedures for using the XBinder generated C++ framework to encode and decode XML data.

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 Road
Exton, 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

TOC PREV NEXT INDEX