Unicorn XML Toolkit
Version 1.00.00

Namespace XsltComponent
Class CComponentExtensionPackage

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.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
See Also:
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

CComponentExtensionPackage(
    const CString &strNamespaceUri,
    const CString &strValueClass,
    const Som::XObjectManager &pSomObjectManager);

Constructs the extension package.

Parameters:
strNamespaceUri - the namespace URI assigned to this extension package
strValueClass - the string that uniquely identifies the object world accessed by this extension package
pSomObjectManager - the SOM (Simple Object Model) object manager implementing the object world

~CComponentExtensionPackage

~CComponentExtensionPackage();

Destroys the extension package.

Data Detail

m_szOleValueClass

static const WCHAR m_szOleValueClass[];

The value class for the ActiveX (OLE) Object World.

This data member is set to "COM" .

m_szOleNamespaceUri

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


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.