changes for 1.3.2

This commit is contained in:
Guenter Obiltschnig
2008-01-28 17:54:26 +00:00
parent 4f5b88bc3d
commit 112149e736
131 changed files with 2477 additions and 1087 deletions

View File

@@ -1,7 +1,7 @@
//
// DOMSerializer.h
//
// $Id: //poco/1.3/XML/include/Poco/DOM/DOMSerializer.h#1 $
// $Id: //poco/1.3/XML/include/Poco/DOM/DOMSerializer.h#2 $
//
// 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;