#include <p6sax2contenthandler.h>
Inherits P6R::p6ICom.
This SAX2 interface is implemented by an application using P6R's XML parser.
This is a callback object that is registered with the p6ISAX2XMLReader::setContentHandler() method. This is the main parsing interface to the application. It provides a stream of events for each item in the input XML document. Each event results in a method call to one of the methods below.
Definition at line 60 of file p6sax2contenthandler.h.