epoc32/include/xml/dom/xmlengdom.h
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
     1.1 --- a/epoc32/include/xml/dom/xmlengdom.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/xml/dom/xmlengdom.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,56 +1,56 @@
     1.4 -/*
     1.5 -* Copyright (c) 2004-2006 Nokia Corporation and/or its subsidiary(-ies). 
     1.6 -* All rights reserved.
     1.7 -* This component and the accompanying materials are made available
     1.8 -* under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     1.9 -* which accompanies this distribution, and is available
    1.10 -* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.11 -*
    1.12 -* Initial Contributors:
    1.13 -* Nokia Corporation - initial contribution.
    1.14 -*
    1.15 -* Contributors:
    1.16 -*
    1.17 -* Description:       This file is to be included by DOM API clients
    1.18 -*
    1.19 +// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
    1.20 +// All rights reserved.
    1.21 +// This component and the accompanying materials are made available
    1.22 +// under the terms of "Eclipse Public License v1.0"
    1.23 +// which accompanies this distribution, and is available
    1.24 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.25 +//
    1.26 +// Initial Contributors:
    1.27 +// Nokia Corporation - initial contribution.
    1.28 +//
    1.29 +// Contributors:
    1.30 +//
    1.31 +// Description:
    1.32 +// This file is to be included by DOM API clients
    1.33 +//
    1.34 +
    1.35 +
    1.36 +
    1.37 +/**
    1.38 + @file
    1.39 + @publishedAll
    1.40 + @released
    1.41  */
    1.42 +#ifndef XMLENGDOM_H
    1.43 +#define XMLENGDOM_H
    1.44  
    1.45 +#include <xml/dom/xmlengattr.h>
    1.46 +#include <xml/dom/xmlengelement.h>
    1.47 +#include <xml/dom/xmlengdocument.h>
    1.48 +#include <xml/dom/xmlengelement.h>
    1.49 +#include <xml/dom/xmlengcdatasection.h>
    1.50 +#include <xml/dom/xmlengprocessinginstruction.h>
    1.51 +#include <xml/dom/xmlengcomment.h>
    1.52 +#include <xml/dom/xmlengdocumentfragment.h>
    1.53 +#include <xml/dom/xmlengentityreference.h>
    1.54 +#include <xml/dom/xmlengnamespace.h>
    1.55 +#include <xml/dom/xmlengtext.h>
    1.56  
    1.57 +#include <xml/dom/xmlengbinarycontainer.h>
    1.58 +#include <xml/dom/xmlengchunkcontainer.h>
    1.59 +#include <xml/dom/xmlengfilecontainer.h>
    1.60  
    1.61 +#include <xml/dom/xmlengnodelist.h>
    1.62  
    1.63 +#include <xml/dom/xmlengerrors.h>
    1.64 +#include <xml/dom/xmlengserializationoptions.h>
    1.65 +#include <xml/dom/xmlengnodefilter.h>
    1.66 +#include <xml/dom/xmlengoutputstream.h>
    1.67 +#include <xml/dom/xmlengdataserializer.h>
    1.68 +#include <xml/dom/xmlenguserdata.h>
    1.69 +#include <xml/dom/xmlengdomimplementation.h>
    1.70 +#include <xml/dom/xmlengdomparser.h>
    1.71  
    1.72  
    1.73 +#endif // XMLENGDOM_H
    1.74  
    1.75 -#ifndef XMLENGINE_DOM_H_INCLEDED
    1.76 -#define XMLENGINE_DOM_H_INCLEDED
    1.77 -
    1.78 -#include "XmlEngAttr.h"
    1.79 -#include "XmlEngElement.h"
    1.80 -#include "XmlEngDocument.h"
    1.81 -#include "XmlEngElement.h"
    1.82 -#include "XmlEngCDATASection.h"
    1.83 -#include "XmlEngProcessingInstruction.h"
    1.84 -#include "XmlEngComment.h"
    1.85 -#include "XmlEngDocumentFragment.h"
    1.86 -#include "XmlEngEntityReference.h"
    1.87 -#include "XmlEngNamespace.h"
    1.88 -#include "XmlEngText.h"
    1.89 -
    1.90 -#include "XmlEngBinaryContainer.h"
    1.91 -#include "XmlEngChunkContainer.h"
    1.92 -#include "XmlEngFileContainer.h"
    1.93 -
    1.94 -#include "XmlEngNodeList.h"
    1.95 -
    1.96 -#include "XmlEngErrors.h"
    1.97 -#include "xmlengserializationoptions.h"
    1.98 -#include "xmlengnodefilter.h"
    1.99 -#include "xmlengoutputstream.h"	//pjj18 new
   1.100 -#include "xmlengdataserializer.h"		//pjj18 new
   1.101 -#include "xmlenguserdata.h"
   1.102 -#include "xmlengdomimplementation.h"
   1.103 -#include "xmlengdomparser.h"
   1.104 -
   1.105 -
   1.106 -#endif // XMLENGINE_DOM_H_INCLEDED
   1.107 -