Builder for localizedNameType objects. More...
#include <saml/saml2/metadata/Metadata.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 localizedNameType * | buildlocalizedNameType (const XMLCh *nsURI, const XMLCh *localName, const XMLCh *prefix=nullptr) |
| Singleton builder. | |
Builder for localizedNameType objects.
This is customized to force the element name to be specified.
| static localizedNameType* opensaml::saml2md::localizedNameTypeBuilder::buildlocalizedNameType | ( | const XMLCh * | nsURI, | |
| const XMLCh * | localName, | |||
| const XMLCh * | prefix = nullptr | |||
| ) | [inline, static] |
Singleton builder.
| virtual xmltooling::XMLObject* opensaml::saml2md::localizedNameTypeBuilder::buildObject | ( | const XMLCh * | nsURI, | |
| const XMLCh * | localName, | |||
| const XMLCh * | prefix = nullptr, |
|||
| const xmltooling::QName * | schemaType = nullptr | |||
| ) | const [virtual] |
Builder that allows element/type override.
1.7.1