mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-13 22:50:17 +02:00
changes from main repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// DOMSerializer.h
|
||||
//
|
||||
// $Id: //poco/svn/XML/include/Poco/DOM/DOMSerializer.h#2 $
|
||||
// $Id: //poco/svn/XML/include/Poco/DOM/DOMSerializer.h#3 $
|
||||
//
|
||||
// Library: XML
|
||||
// Package: DOM
|
||||
@@ -109,6 +109,10 @@ protected:
|
||||
/// The DOMSerializer cannot parse from a system identifier,
|
||||
/// so this method simply throws an XMLException when invoked.
|
||||
|
||||
void parseMemoryNP(const char* xml, std::size_t size);
|
||||
/// The DOMSerializer cannot parse from a system identifier,
|
||||
/// so this method simply throws an XMLException when invoked.
|
||||
|
||||
void iterate(const Node* pNode) const;
|
||||
void handleNode(const Node* pNode) const;
|
||||
void handleElement(const Element* pElement) const;
|
||||
|
Reference in New Issue
Block a user