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.

Objective Systems, Inc.

102 Pickering Way, Suite #506
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