#include <xmltooling/signature/KeyInfo.h>

Public Member Functions | |
| virtual Transforms * | cloneTransforms () const =0 |
| Type-specific clone method. | |
| virtual xmltooling::XMLObjectChildrenList < std::vector< Transform * > > | getTransforms ()=0 |
| Returns modifiable Transform collection. | |
| virtual const std::vector < Transform * > & | getTransforms () const =0 |
| Returns reference to immutable Transform collection. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | TYPE_NAME [] |
| TransformsType local name. | |
| virtual Transforms* xmlsignature::Transforms::cloneTransforms | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual xmltooling::XMLObjectChildrenList< std::vector< Transform *> > xmlsignature::Transforms::getTransforms | ( | ) | [pure virtual] |
Returns modifiable Transform collection.
| virtual const std::vector< Transform *>& xmlsignature::Transforms::getTransforms | ( | ) | const [pure virtual] |
Returns reference to immutable Transform collection.
1.5.6