class CCL::XmlProcessingInstructionHandler
Mix-in class for conditional XML decoding via processing instruction.
#include <xmlpihandler.h> class XmlProcessingInstructionHandler { public: // enums enum ProcessingOptions; // construction XmlProcessingInstructionHandler (int processingOptions = 0); // methods void handleInstruction (StringRef target, StringRef data); static const char* getPlatform (); static const char* getPlatformArchitecture (); static const char* getConfiguration (int processingOptions = 0); };