|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|�FUNCTION�|�DATA | DETAIL: � CONSTR �|�FUNCTION�|�DATA |
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).
CXmlObject
Constructor/Destructor Summary | |
CBaseConstructor
(CXmlObject *pXmlObject);
����������Constructs the base constructor. |
|
~CBaseConstructor
();
����������Destroys the base constructor. |
Constructor/Destructor Detail |
CBaseConstructor(CXmlObject *pXmlObject);
Constructs the base constructor.
pXmlObject
- the XML root object~CBaseConstructor();
Destroys the base constructor.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|�FUNCTION�|�DATA | DETAIL: � CONSTR �|�FUNCTION�|�DATA |