1 /* |
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2004-2006 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
3 * All rights reserved. |
3 // This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
5 * 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 |
5 // which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
7 // |
8 * |
8 // Initial Contributors: |
9 * Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
10 // |
11 * |
11 // Contributors: |
12 * Contributors: |
12 // |
13 * |
13 // Description: |
14 * Description: This file is to be included by DOM API clients |
14 // This file is to be included by DOM API clients |
15 * |
15 // |
16 */ |
|
17 |
16 |
18 |
17 |
19 |
18 |
|
19 /** |
|
20 @file |
|
21 @publishedAll |
|
22 @released |
|
23 */ |
|
24 #ifndef XMLENGDOM_H |
|
25 #define XMLENGDOM_H |
|
26 |
|
27 #include <xml/dom/xmlengattr.h> |
|
28 #include <xml/dom/xmlengelement.h> |
|
29 #include <xml/dom/xmlengdocument.h> |
|
30 #include <xml/dom/xmlengelement.h> |
|
31 #include <xml/dom/xmlengcdatasection.h> |
|
32 #include <xml/dom/xmlengprocessinginstruction.h> |
|
33 #include <xml/dom/xmlengcomment.h> |
|
34 #include <xml/dom/xmlengdocumentfragment.h> |
|
35 #include <xml/dom/xmlengentityreference.h> |
|
36 #include <xml/dom/xmlengnamespace.h> |
|
37 #include <xml/dom/xmlengtext.h> |
|
38 |
|
39 #include <xml/dom/xmlengbinarycontainer.h> |
|
40 #include <xml/dom/xmlengchunkcontainer.h> |
|
41 #include <xml/dom/xmlengfilecontainer.h> |
|
42 |
|
43 #include <xml/dom/xmlengnodelist.h> |
|
44 |
|
45 #include <xml/dom/xmlengerrors.h> |
|
46 #include <xml/dom/xmlengserializationoptions.h> |
|
47 #include <xml/dom/xmlengnodefilter.h> |
|
48 #include <xml/dom/xmlengoutputstream.h> |
|
49 #include <xml/dom/xmlengdataserializer.h> |
|
50 #include <xml/dom/xmlenguserdata.h> |
|
51 #include <xml/dom/xmlengdomimplementation.h> |
|
52 #include <xml/dom/xmlengdomparser.h> |
20 |
53 |
21 |
54 |
|
55 #endif // XMLENGDOM_H |
22 |
56 |
23 |
|
24 #ifndef XMLENGINE_DOM_H_INCLEDED |
|
25 #define XMLENGINE_DOM_H_INCLEDED |
|
26 |
|
27 #include "XmlEngAttr.h" |
|
28 #include "XmlEngElement.h" |
|
29 #include "XmlEngDocument.h" |
|
30 #include "XmlEngElement.h" |
|
31 #include "XmlEngCDATASection.h" |
|
32 #include "XmlEngProcessingInstruction.h" |
|
33 #include "XmlEngComment.h" |
|
34 #include "XmlEngDocumentFragment.h" |
|
35 #include "XmlEngEntityReference.h" |
|
36 #include "XmlEngNamespace.h" |
|
37 #include "XmlEngText.h" |
|
38 |
|
39 #include "XmlEngBinaryContainer.h" |
|
40 #include "XmlEngChunkContainer.h" |
|
41 #include "XmlEngFileContainer.h" |
|
42 |
|
43 #include "XmlEngNodeList.h" |
|
44 |
|
45 #include "XmlEngErrors.h" |
|
46 #include "xmlengserializationoptions.h" |
|
47 #include "xmlengnodefilter.h" |
|
48 #include "xmlengoutputstream.h" //pjj18 new |
|
49 #include "xmlengdataserializer.h" //pjj18 new |
|
50 #include "xmlenguserdata.h" |
|
51 #include "xmlengdomimplementation.h" |
|
52 #include "xmlengdomparser.h" |
|
53 |
|
54 |
|
55 #endif // XMLENGINE_DOM_H_INCLEDED |
|
56 |
|