secureswitools/swisistools/source/interpretsislib/xmlgenerator.h
changeset 60 245df5276b97
parent 25 98b66e4fb0be
equal deleted inserted replaced
53:ae54820ef82c 60:245df5276b97
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   199 					);
   199 					);
   200 
   200 
   201 		void AddChildElement(	
   201 		void AddChildElement(	
   202 								XERCES_CPP_NAMESPACE::DOMElement* aRootElement, 
   202 								XERCES_CPP_NAMESPACE::DOMElement* aRootElement, 
   203 								XERCES_CPP_NAMESPACE::DOMDocument* aDocument, 
   203 								XERCES_CPP_NAMESPACE::DOMDocument* aDocument, 
   204 								const wchar_t* aElementName, 
   204 								const XMLCh* aElementName, 
   205 								const wchar_t* aTextValue 
   205 								const XMLCh* aTextValue 
   206 							);
   206 							);
   207 
   207 
   208 		XERCES_CPP_NAMESPACE::DOMElement* AddTag	
   208 		XERCES_CPP_NAMESPACE::DOMElement* AddTag	
   209 							(	
   209 							(	
   210 								XERCES_CPP_NAMESPACE::DOMElement* aRootElement, 
   210 								XERCES_CPP_NAMESPACE::DOMElement* aRootElement, 
   211 								XERCES_CPP_NAMESPACE::DOMDocument* aDocument, 
   211 								XERCES_CPP_NAMESPACE::DOMDocument* aDocument, 
   212 								const wchar_t* aTagName
   212 								const XMLCh* aTagName
   213 							);
   213 							);
   214 
   214 
   215 		void SetWriterFeatures(XERCES_CPP_NAMESPACE::DOMWriter* aDomWriter);
   215 		void SetWriterFeatures(XERCES_CPP_NAMESPACE::DOMWriter* aDomWriter);
   216 
       
   217 	};
   216 	};
   218 
   217 
   219 
   218 
   220 XERCES_CPP_NAMESPACE_BEGIN
   219 XERCES_CPP_NAMESPACE_BEGIN
   221 
   220