|
xmltooling
1.4.2
|
Builder for Signature objects. More...
#include <xmltooling/signature/Signature.h>


Public Member Functions | |
| virtual Signature * | buildObject (const XMLCh *nsURI, const XMLCh *localName, const XMLCh *prefix=0, const xmltooling::QName *schemaType=0) 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. | |
Builder for Signature objects.
| virtual Signature* xmlsignature::SignatureBuilder::buildObject | ( | const XMLCh * | nsURI, |
| const XMLCh * | localName, | ||
| const XMLCh * | prefix = 0, |
||
| const xmltooling::QName * | schemaType = 0 |
||
| ) | const [virtual] |
Creates an empty XMLObject with a particular element name.
The results are undefined if localName is nullptr or empty.
The caller is responsible for freeing the resulting object.
| nsURI | namespace URI for element |
| localName | local name of element |
| prefix | prefix of element name |
| schemaType | xsi:type of the object |
Implements xmltooling::XMLObjectBuilder.
| virtual Signature* xmlsignature::SignatureBuilder::buildObject | ( | ) | const [virtual] |
| static Signature* xmlsignature::SignatureBuilder::buildSignature | ( | ) | [static] |
Singleton builder.