Chapter 10. XML Run-time Library Functions

Table of Contents

XML C Encode Functions
XML C Pull-Parser Based Decode Functions
XML C SAX Based Decode Functions
XML C SAX Parser Interface
XML C DOM Interface

The XML low-level C encode/decode functions are used to encode and decode an XML instance of an XML schema typed variable. These functions are identified by their prefixes: rtXmlEnc for encode, rtXmlDec for decode, rtXmlpDec for pull-parser based decode, rtSax for SAX helper functions, and rtXml for utility functions. The following sections describe these functions.