#include <xmltooling/encryption/Encryption.h>
Public Member Functions | |
virtual EncryptionMethod * | buildObject () const |
Default builder. | |
virtual EncryptionMethod * | buildObject (const XMLCh *nsURI, const XMLCh *localName, const XMLCh *prefix=0, const xmltooling::QName *schemaType=0) const |
Builder that allows element/type override. | |
Static Public Member Functions | |
static EncryptionMethod * | buildEncryptionMethod () |
Singleton builder. |
virtual EncryptionMethod* xmlencryption::EncryptionMethodBuilder::buildObject | ( | ) | const [inline, virtual] |
virtual EncryptionMethod* xmlencryption::EncryptionMethodBuilder::buildObject | ( | const XMLCh * | nsURI, | |
const XMLCh * | localName, | |||
const XMLCh * | prefix = 0 , |
|||
const xmltooling::QName * | schemaType = 0 | |||
) | const [virtual] |
static EncryptionMethod* xmlencryption::EncryptionMethodBuilder::buildEncryptionMethod | ( | ) | [inline, static] |
Singleton builder.