//********************************************************************** //********************************************************************** //********************************************************************** // Open stream writer public override bool open(String aFilePath) { mWCS = null; try { mWCS = new MyStreamWriter(aFilePath, 4); } catch { Console.WriteLine("Error opening {0}", aFilePath); } return(mWCS != null); }
//********************************************************************** // Constructor public OutputFileMsg_CP() { mNumNameSpace = 0; mWCP = null; mIndent = 0; }
//********************************************************************** // Constructor public OutputFileMsg_CS_Body() { mNumNameSpace = 0; mWCS = null; mIndent = 0; }
//********************************************************************** // Constructor public OutputFileMsg_CS_Message() { mNumNameSpace = 0; mWCS = null; mIndent = 0; }