Implementing the ContentHandler (C++)
The first step when creating a Simple API for XML (SAX2) application is to implement handler classes. This example implements only the ContentHandler
that is derived from the ISAXContentHandler
interface. Implementing the ContentHandler
is described in the following topics.