mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-13 22:50:17 +02:00
committed latest 1.3 snapshot
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user