#include <saml/saml1/core/Assertions.h>

Public Member Functions | |
| virtual Attribute * | cloneAttribute () const =0 |
| Type-specific clone method. | |
| virtual xmltooling::XMLObjectChildrenList < std::vector < xmltooling::XMLObject * > > | getAttributeValues ()=0 |
| Returns modifiable AttributeValue collection. | |
| virtual const std::vector < xmltooling::XMLObject * > & | getAttributeValues () const =0 |
| Returns reference to immutable AttributeValue collection. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | TYPE_NAME [] |
| AttributeType local name. | |
| virtual Attribute* opensaml::saml1::Attribute::cloneAttribute | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual xmltooling::XMLObjectChildrenList< std::vector< xmltooling::XMLObject *> > opensaml::saml1::Attribute::getAttributeValues | ( | ) | [pure virtual] |
Returns modifiable AttributeValue collection.
| virtual const std::vector<xmltooling::XMLObject*>& opensaml::saml1::Attribute::getAttributeValues | ( | ) | const [pure virtual] |
Returns reference to immutable AttributeValue collection.
1.5.6