xml/xmldomandxpath/inc/xmlenginedom/xmlengdomutils.h
changeset 0 e35f40988205
equal deleted inserted replaced
-1:000000000000 0:e35f40988205
       
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 /** @file
       
    19 @publishedAll
       
    20 @deprecated
       
    21 */
       
    22 #ifndef XMLENGDOMUTILS_H
       
    23 #define XMLENGDOMUTILS_H
       
    24 
       
    25 #include <xml/dom/xmlengelement.h>
       
    26 
       
    27 /**
       
    28 @deprecated This class will be removed in future releases.  See
       
    29 TXmlEngElement::RenameL() for a replacement.
       
    30 */
       
    31 class TDomUtils
       
    32 {
       
    33   public:
       
    34   
       
    35 	/**
       
    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
       
    42 	*/
       
    43 	IMPORT_C void  XmlEngRenameElementL(TXmlEngElement aElement, const TDesC8& aLocalName, 
       
    44                                const TDesC8& aNamespaceUri, 
       
    45                                const TDesC8& aPrefix);  
       
    46                                    
       
    47     
       
    48 };
       
    49 
       
    50 
       
    51 #endif /* XMLENGDOMUTILS_H */