changes from main repository

This commit is contained in:
Guenter Obiltschnig
2008-01-29 09:06:52 +00:00
parent ab8d8e38e3
commit b526dd81f2
47 changed files with 611 additions and 557 deletions

View File

@@ -1,7 +1,7 @@
//
// DOMBuilder.h
//
// $Id: //poco/svn/XML/include/Poco/DOM/DOMBuilder.h#2 $
// $Id: //poco/svn/XML/include/Poco/DOM/DOMBuilder.h#3 $
//
// Library: XML
// Package: DOM
@@ -81,6 +81,9 @@ public:
virtual Document* parse(InputSource* pInputSource);
/// Parse an XML document from a location identified by an InputSource.
virtual Document* parseMemoryNP(const char* xml, std::size_t size);
/// Parses an XML document from memory.
protected:
// DTDHandler
void notationDecl(const XMLString& name, const XMLString* publicId, const XMLString* systemId);