entitytimefactory_p.h | entitytimefactory_p.h | |||
---|---|---|---|---|
skipping to change at line 33 | skipping to change at line 33 | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef ENTITYTIMEFACTORY_P_H | #ifndef ENTITYTIMEFACTORY_P_H | |||
#define ENTITYTIMEFACTORY_P_H | #define ENTITYTIMEFACTORY_P_H | |||
#include "entitytime.h" | #include "entitytime.h" | |||
namespace Jreen | namespace Jreen | |||
{ | { | |||
class EntityTimeFactory : public PayloadFactory<EntityTime> | class JREEN_AUTOTEST_EXPORT EntityTimeFactory : public PayloadFactor y<EntityTime> | |||
{ | { | |||
public: | public: | |||
EntityTimeFactory(); | EntityTimeFactory(); | |||
virtual ~EntityTimeFactory(); | virtual ~EntityTimeFactory(); | |||
QStringList features() const; | QStringList features() const; | |||
bool canParse(const QStringRef &name, const QStringRef &uri, const QXmlStreamAttributes &attributes); | bool canParse(const QStringRef &name, const QStringRef &uri, const QXmlStreamAttributes &attributes); | |||
void handleStartElement(const QStringRef &name, const QStrin gRef &uri, const QXmlStreamAttributes &attributes); | void handleStartElement(const QStringRef &name, const QStrin gRef &uri, const QXmlStreamAttributes &attributes); | |||
void handleEndElement(const QStringRef &name, const QStringR ef &uri); | void handleEndElement(const QStringRef &name, const QStringR ef &uri); | |||
void handleCharacterData(const QStringRef &text); | void handleCharacterData(const QStringRef &text); | |||
void serialize(Payload *extension, QXmlStreamWriter *writer) ; | void serialize(Payload *extension, QXmlStreamWriter *writer) ; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |