diff -r ca8a1b6995f6 -r 52e343bb8f80 tracefw/tracecompiler/src/com.nokia.tracecompiler/src/com/nokia/tracecompiler/decodeplugins/dictionary/encoder/TagWriter.java --- a/tracefw/tracecompiler/src/com.nokia.tracecompiler/src/com/nokia/tracecompiler/decodeplugins/dictionary/encoder/TagWriter.java Tue Aug 31 16:45:49 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,489 +0,0 @@ -/* -* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: -* -* Tag writer -* -*/ -package com.nokia.tracecompiler.decodeplugins.dictionary.encoder; - -import java.io.BufferedOutputStream; -import java.io.FileOutputStream; -import java.io.IOException; -import java.io.OutputStream; -import java.io.OutputStreamWriter; - -/** - * Tag writer - * - */ -class TagWriter { - - /** - * - */ - private static final String OUTPUT_FORMAT_UTF8 = "UTF-8"; //$NON-NLS-1$ - - /** - * - */ - private static OutputStreamWriter m_writer = null; - - /** - * - */ - static final String XML_START = ""; //$NON-NLS-1$ - - /** - * - */ - static final String CLASSIFICATION_ATTR = "classification="; //$NON-NLS-1$ - - /** - * - */ - static final String CLASSNAME_ATTR = "classname="; //$NON-NLS-1$ - - /** - * - */ - static final String COMPONENT_START_OPEN = "";//$NON-NLS-1$ - - /** - * - */ - static final String DICTIONARY_END = ""; //$NON-NLS-1$ - - /** - * - */ - static final String END_TAG_OPEN = ""; //$NON-NLS-1$ - - /** - * - */ - static final String EXTERNAL_DEF_START = ""; //$NON-NLS-1$ - - /** - * - */ - static final String FILE_START_OPEN = "