Unicorn XML Toolkit
Version 1.00.00

Namespace EcmaScriptXml
Class CBaseConstructor

class CBaseConstructor: public CBuiltinConstructor {
public:
    CBaseConstructor(CXmlObject *pXmlObject);
    ~CBaseConstructor();
    };

The base class for XML extension constructors.

Declaration of this class is made public in order to allow development of custom ECMAScript extensions, which provide objects, derived from XML content handlers, XML streams, or XML processors (that is, objects, containing XML ContentHandler prototype, Stream prototype, or Processor prototype in their prototype chains and thus implementing properties of corresponding XML extension objects).

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
See Also:
CXmlObject
Constructor/Destructor Summary
CBaseConstructor (CXmlObject *pXmlObject);
����������Constructs the base constructor.
~CBaseConstructor ();
����������Destroys the base constructor.

Constructor/Destructor Detail

CBaseConstructor

CBaseConstructor(CXmlObject *pXmlObject);

Constructs the base constructor.

Parameters:
pXmlObject - the XML root object

~CBaseConstructor

~CBaseConstructor();

Destroys the base constructor.


Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

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