Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Copyright (c) 2003-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 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 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
19 #include <stringpool.h>
27 The RTagInfo class holds information that describes an element or attribute.
47 IMPORT_C RTagInfo Copy();
53 IMPORT_C void Close();
59 IMPORT_C void Open(const RString& aUri, const RString& aPrefix, const RString& aLocalName);
61 IMPORT_C const RString& Uri() const;
62 IMPORT_C const RString& LocalName() const;
63 IMPORT_C const RString& Prefix() const;
68 Holds the namespace uri of the object it represents.
73 Holds the namespace prefix of the object it represents.
78 Holds the local name of the object it represents.
86 #endif //__TAGINFO_H__