2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
22 #ifndef XMLENGDOMUTILS_H
23 #define XMLENGDOMUTILS_H
25 #include <xml/dom/xmlengelement.h>
28 @deprecated This class will be removed in future releases. See
29 TXmlEngElement::RenameL() for a replacement.
36 Renames a TXmlEngElement node.
37 @param aElement Element node
38 @param aLocalName New name
39 @param aNamespaceUri New namespace uri
40 @param aPrefix New namespace prefix
41 @leave - One of the system-wide error codes
43 IMPORT_C void XmlEngRenameElementL(TXmlEngElement aElement, const TDesC8& aLocalName,
44 const TDesC8& aNamespaceUri,
45 const TDesC8& aPrefix);
51 #endif /* XMLENGDOMUTILS_H */