mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
changes from main repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// DOMSerializer.cpp
|
||||
//
|
||||
// $Id: //poco/svn/XML/src/DOMSerializer.cpp#2 $
|
||||
// $Id: //poco/svn/XML/src/DOMSerializer.cpp#3 $
|
||||
//
|
||||
// Library: XML
|
||||
// Package: DOM
|
||||
@@ -199,6 +199,12 @@ void DOMSerializer::parse(const XMLString& systemId)
|
||||
}
|
||||
|
||||
|
||||
void DOMSerializer::parseMemoryNP(const char* xml, std::size_t size)
|
||||
{
|
||||
throw XMLException("The DOMSerializer cannot parse from memory");
|
||||
}
|
||||
|
||||
|
||||
void DOMSerializer::iterate(const Node* pNode) const
|
||||
{
|
||||
while (pNode)
|
||||
|
||||
Reference in New Issue
Block a user