#include <xmltooling/signature/KeyInfo.h>
Inheritance diagram for xmlsignature::Transform:
Public Member Functions | |
virtual Transform * | cloneTransform () const =0 |
Type-specific clone method. | |
virtual const XMLCh * | getAlgorithm () const =0 |
Returns the Algorithm attribute. | |
virtual void | setAlgorithm (const XMLCh *Algorithm)=0 |
Sets the Algorithm attribute. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< XPath * > > | getXPaths ()=0 |
Returns modifiable XPath collection. | |
virtual const std::vector< XPath * > & | getXPaths () const =0 |
Returns reference to immutable XPath collection. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | ALGORITHM_ATTRIB_NAME [] |
Algorithm attribute name. | |
static const XMLCh | TYPE_NAME [] |
TransformType local name. |