|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS ��NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|�FUNCTION�|� DATA | DETAIL: � CONSTR �|�FUNCTION�|� DATA |
class CComponentExtensionPackage: public CObjectExtensionPackage { public: CComponentExtensionPackage( const CString &strNamespaceUri, const CString &strValueClass, const Som::XObjectManager &pSomObjectManager); ~CComponentExtensionPackage(); public: static const WCHAR m_szOleValueClass[]; static const WCHAR m_szOleNamespaceUri[]; };
The XSLT extension package implementing Object Access Extensions for the Component Object World.
Som::CObjectManager
Constructor/Destructor Summary | |
CComponentExtensionPackage
(const CString &strNamespaceUri, const CString &strValueClass, const Som::XObjectManager &pSomObjectManager);
����������Constructs the extension package. |
|
~CComponentExtensionPackage
();
����������Destroys the extension package. |
Data Summary | |
const�WCHAR
|
m_szOleValueClass
[];
����������The value class for the ActiveX (OLE) Object World. |
const�WCHAR
|
m_szOleNamespaceUri
[];
����������The namespace URI for ActiveX (OLE) extension package. |
Constructor/Destructor Detail |
CComponentExtensionPackage( const CString &strNamespaceUri, const CString &strValueClass, const Som::XObjectManager &pSomObjectManager);
Constructs the extension package.
strNamespaceUri
- the namespace URI assigned to this extension packagestrValueClass
- the string that uniquely identifies the object
world accessed by this extension packagepSomObjectManager
- the SOM (Simple Object Model)
object manager implementing the object world~CComponentExtensionPackage();
Destroys the extension package.
Data Detail |
static const WCHAR m_szOleValueClass[];
The value class for the ActiveX (OLE) Object World.
This data member is set to
"COM"
.
static const WCHAR m_szOleNamespaceUri[];
The namespace URI for ActiveX (OLE) extension package.
This data member is set to
"https://www.unicorn-enterprises.com/XSLT/Extensions/COM/1.0"
.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS ��NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|�FUNCTION�|� DATA | DETAIL: � CONSTR �|�FUNCTION�|� DATA |