#include <xmltooling/signature/Signature.h>
Inheritance diagram for xmlsignature::SignatureBuilder:
Public Member Functions | |
virtual Signature * | buildObject (const XMLCh *nsURI, const XMLCh *localName, const XMLCh *prefix=NULL, const xmltooling::QName *schemaType=NULL) const |
Creates an empty XMLObject with a particular element name. | |
virtual Signature * | buildObject () const |
Default builder. | |
Static Public Member Functions | |
static Signature * | buildSignature () |
Singleton builder. |
virtual Signature* xmlsignature::SignatureBuilder::buildObject | ( | ) | const [virtual] |
virtual Signature* xmlsignature::SignatureBuilder::buildObject | ( | const XMLCh * | nsURI, | |
const XMLCh * | localName, | |||
const XMLCh * | prefix = NULL , |
|||
const xmltooling::QName * | schemaType = NULL | |||
) | const [virtual] |
Creates an empty XMLObject with a particular element name.
The results are undefined if localName is NULL or empty.
nsURI | namespace URI for element | |
localName | local name of element | |
prefix | prefix of element name | |
schemaType | xsi:type of the object |
Implements xmltooling::XMLObjectBuilder.