Generated XML C++ Decode Methods
As of XBinder v1.2, two different types of XML C++ decode methods are generated:
-
Pull-parser based. This uses a custom pull-parser run-time for
decoding.
-
SAX based. These provide a standard interface to third party SAX-based XML
parsers.