opensaml-2.3
|
Builder for localizedURIType objects. More...
#include <saml/saml2/metadata/Metadata.h>
Public Member Functions | |
virtual xmltooling::XMLObject * | buildObject (const XMLCh *nsURI, const XMLCh *localName, const XMLCh *prefix=NULL, const xmltooling::QName *schemaType=NULL) const |
Builder that allows element/type override. | |
Static Public Member Functions | |
static localizedURIType * | buildlocalizedURIType (const XMLCh *nsURI, const XMLCh *localName, const XMLCh *prefix=NULL) |
Singleton builder. |
Builder for localizedURIType objects.
This is customized to force the element name to be specified.
static localizedURIType* opensaml::saml2md::localizedURITypeBuilder::buildlocalizedURIType | ( | const XMLCh * | nsURI, |
const XMLCh * | localName, | ||
const XMLCh * | prefix = NULL |
||
) | [inline, static] |
Singleton builder.
virtual xmltooling::XMLObject* opensaml::saml2md::localizedURITypeBuilder::buildObject | ( | const XMLCh * | nsURI, |
const XMLCh * | localName, | ||
const XMLCh * | prefix = NULL , |
||
const xmltooling::QName * | schemaType = NULL |
||
) | const [virtual] |
Builder that allows element/type override.