#include <stanzaextensionfactory.h>
Static Public Member Functions | |
static StanzaExtension * | create (Tag *tag) |
You should not need to use this class directly.
Definition at line 35 of file stanzaextensionfactory.h.
StanzaExtension * create | ( | Tag * | tag | ) | [static] |
This function tries to create a valid StanzaExtension (i.e., an object derived from StanzaExtension) from the given Tag.
tag | The Tag to parse and create the StanzaExtension from. |
Definition at line 28 of file stanzaextensionfactory.cpp.