|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CXmlBase: public CInterface { public: CXmlBase(CToolkitBase *pToolkitBase); ~CXmlBase(); public: Sax::XXmlReader CreateReader(); XXmlWriter CreateWriter(); }; typedef XInterface<CXmlBase> XXmlBase;
Encapsulates toolkit functionality related to XML readers and writers.
CToolkitBase, CXmlWriter, Sax::CXmlReader
Constructor/Destructor Summary | |
CXmlBase
(CToolkitBase *pToolkitBase);
����������Constructs the toolkit XML base. |
|
~CXmlBase
();
����������Destroys the toolkit XML base. |
Function Summary | |
Sax::XXmlReader
|
CreateReader
();
����������Creates an XML parser. |
XXmlWriter
|
CreateWriter
();
����������Creates a new XML writer. |
Constructor/Destructor Detail |
CXmlBase(CToolkitBase *pToolkitBase);
Constructs the toolkit XML base.
pToolkitBase
- the master toolkit base~CXmlBase();
Destroys the toolkit XML base.
Function Detail |
Sax::XXmlReader CreateReader();
Creates an XML parser.
This function creates a new instance of the standard toolkit's
non-validating XML parser, implementing interface of
the abstract class
Sax::CXmlReader
.
XXmlWriter CreateWriter();
Creates a new XML writer.
|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |