xmlwriter.cpp revision 6cd2e86330e1049942b9ce57d4f10bbe2542067d
1269N/A * Phoebe DOM Implementation. 1269N/A * This is a C++ approximation of the W3C DOM model, which follows 1269N/A * fairly closely the specifications in the various .idl files, copies of 1425N/A * which are provided for reference. Most important is this one: 1269N/A * Copyright (C) 2005-2008 Bob Jamison 1269N/A * This library is free software; you can redistribute it and/or 1269N/A * modify it under the terms of the GNU Lesser General Public 1269N/A * License as published by the Free Software Foundation; either 1269N/A * version 2.1 of the License, or (at your option) any later version. 1269N/A * This library is distributed in the hope that it will be useful, 1269N/A * but WITHOUT ANY WARRANTY; without even the implied warranty of 1269N/A * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 1269N/A * Lesser General Public License for more details. 1269N/A * You should have received a copy of the GNU Lesser General Public 1269N/A * License along with this library; if not, write to the Free Software 1269N/A * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 1269N/A//######################################################################### 1269N/A//######################################################################### po(
"XmlWriter: NULL document\n");
for (
unsigned int i=0 ; i<
buf.
size() ; i++)
//######################################################################### //# C O N S T R U C T O R / D E S T R U C T O R //######################################################################### //######################################################################### //#########################################################################