Generated XML C++ Decode Methods

As of XBinder v1.2, two different types of XML C++ decode methods are generated:

  1. Pull-parser based. This uses a custom pull-parser run-time for decoding.

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