xmlengdomimplementation.h

Go to the documentation of this file.
00001 /*
00002 * ==============================================================================
00003 *  Name        : XmlEngDOMImplementation.h
00004 *  Part of     : XmlEngine / DOM XPath C++ Wrapper
00005 *  Interface   : Domain, XML Engine DOM API
00006 *  Description : DOM implementation functions
00007 *  Version     : %version: 3 %
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_DOMIMPLEMENTATION_H_INCLUDED
00022 #define XMLENGINE_DOMIMPLEMENTATION_H_INCLUDED
00023 
00024 #include <e32base.h>
00025 
00035 class RXmlEngDOMImplementation
00036 {
00037   public:
00038     
00039     
00051     IMPORT_C void OpenL( RHeap* aHeap = NULL );
00052 
00064     IMPORT_C void Close(TBool aCloseStdLib = ETrue);
00065 };
00066 
00067 #endif /* XMLENGINE_DOMIMPLEMENTATION_H_INCLUDED */

Copyright © Nokia Corporation 2001-2007
Back to top