Generated XML Decode Functions

Two different types of XML decode functions may be generated using XBinder:

  1. Pull-parser based. These use a custom pull-parser run-time for decoding.

  2. SAX based. These provide a standard interface to third party SAX-based XML parsers.