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 // Entity reference node functions
24 #ifndef XMLENGENTITYREFERENCE_H
25 #define XMLENGENTITYREFERENCE_H
27 #include <xml/dom/xmlengnode.h>
30 This class represents an XML entity reference in the DOM tree.
32 class TXmlEngEntityReference : public TXmlEngNode
35 /** Default constructor */
36 inline TXmlEngEntityReference();
41 @param aInternal Entity reference pointer
43 inline TXmlEngEntityReference(void* aInternal);
46 #include <xml/dom/xmlengentityreference.inl>
48 #endif /* XMLENGENTITYREFERENCE_H */