xmlengdom.h

Go to the documentation of this file.
00001 /*
00002 * ==============================================================================
00003 *  Name        : xmlengdom.h
00004 *  Part of     : XmlEngine / DOM XPath C++ Wrapper
00005 *  Interface   : Domain, XML Engine DOM API
00006 *  Description : This file is to be included by DOM API clients
00007 *  Version     : %version: 2 %
00008 *
00009 *  Copyright © 2004-2006 Nokia. All rights reserved.
00010 *  This material, including documentation and any related 
00011 *  computer programs, is protected by copyright controlled by 
00012 *  Nokia. All rights are reserved. Copying, including 
00013 *  reproducing, storing, adapting or translating, any 
00014 *  or all of this material requires the prior written consent of 
00015 *  Nokia. This material also contains confidential 
00016 *  information which may not be disclosed to others without the 
00017 *  prior written consent of Nokia.
00018 * ==============================================================================
00019 */
00020 
00021 #ifndef XMLENGINE_DOM_H_INCLEDED
00022 #define XMLENGINE_DOM_H_INCLEDED
00023 
00024 #include "XmlEngAttr.h"
00025 #include "XmlEngElement.h"
00026 #include "XmlEngDocument.h"
00027 #include "XmlEngElement.h"
00028 #include "XmlEngCDATASection.h"
00029 #include "XmlEngProcessingInstruction.h"
00030 #include "XmlEngComment.h"
00031 #include "XmlEngDocumentFragment.h"
00032 #include "XmlEngEntityReference.h"
00033 #include "XmlEngNamespace.h"
00034 #include "XmlEngText.h"
00035 
00036 #include "XmlEngBinaryContainer.h"
00037 #include "XmlEngChunkContainer.h"
00038 #include "XmlEngFileContainer.h"
00039 
00040 #include "XmlEngNodeList.h"
00041 
00042 #include "XmlEngErrors.h"
00043 #include "xmlengserializationoptions.h"
00044 #include "xmlengnodefilter.h"
00045 #include "xmlengoutputstream.h" //pjj18 new
00046 #include "xmlengdataserializer.h"               //pjj18 new
00047 #include "xmlenguserdata.h"
00048 #include "xmlengdomimplementation.h"
00049 #include "xmlengdomparser.h"
00050 
00051 
00052 #endif // XMLENGINE_DOM_H_INCLEDED
00053 

Copyright © Nokia Corporation 2001-2007
Back to top