Builder for Statement extension objects. More...
#include <saml/saml1/core/Assertions.h>
Public Member Functions | |
| virtual xmltooling::XMLObject * | buildObject (const XMLCh *nsURI, const XMLCh *localName, const XMLCh *prefix=nullptr, const xmltooling::QName *schemaType=nullptr) const |
| Builder that allows element/type override. | |
Static Public Member Functions | |
| static Statement * | buildStatement (const xmltooling::QName &schemaType) |
| Singleton builder. | |
Builder for Statement extension objects.
This is customized to force the schema type to be specified.
| virtual xmltooling::XMLObject* opensaml::saml1::StatementBuilder::buildObject | ( | const XMLCh * | nsURI, | |
| const XMLCh * | localName, | |||
| const XMLCh * | prefix = nullptr, |
|||
| const xmltooling::QName * | schemaType = nullptr | |||
| ) | const [virtual] |
Builder that allows element/type override.
| static Statement* opensaml::saml1::StatementBuilder::buildStatement | ( | const xmltooling::QName & | schemaType | ) | [inline, static] |
Singleton builder.
1.7.1