1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Document fragment node functions
24 #ifndef XMLENGDOCUMENTFRAGMENT_H
25 #define XMLENGDOCUMENTFRAGMENT_H
27 #include <xml/dom/xmlengnode.h>
31 This class represents a document fragment of the DOM tree.
33 class TXmlEngDocumentFragment : public TXmlEngNode
36 /** Default constructor */
37 inline TXmlEngDocumentFragment();
42 @param aInternal Document fragment pointer
44 inline TXmlEngDocumentFragment(void* aInternal);
47 #include <xml/dom/xmlengdocumentfragment.inl>
49 #endif /* XMLENGDOCUMENTFRAGMENT_H */