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.
|
Detailed Description
Builder for Signature objects.
Member Function Documentation
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.
- Parameters
-
nsURI | namespace URI for element |
localName | local name of element |
prefix | prefix of element name |
schemaType | xsi:type of the object |
- Returns
- the empty XMLObject
Implements xmltooling::XMLObjectBuilder.
virtual Signature* xmlsignature::SignatureBuilder::buildObject |
( |
| ) |
const |
|
virtual |
static Signature* xmlsignature::SignatureBuilder::buildSignature |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: