committed latest 1.3 snapshot

This commit is contained in:
Guenter Obiltschnig
2007-04-18 16:23:42 +00:00
parent b7a945da93
commit b60344ddcd
18 changed files with 483 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
//
// DOMWriter.h
//
// $Id: //poco/Main/XML/include/Poco/DOM/DOMWriter.h#3 $
// $Id: //poco/Main/XML/include/Poco/DOM/DOMWriter.h#4 $
//
// Library: XML
// Package: DOM
@@ -94,7 +94,7 @@ public:
void writeNode(const std::string& systemId, const Node* pNode);
/// Writes the XML for the given node to the file specified in systemId,
/// using a standard file output stream (std::ofstream).
/// using a standard file output stream (Poco::FileOutputStream).
private:
std::string _encodingName;