mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-23 21:53:49 +01:00
changes from main repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// XMLFilterImpl.cpp
|
||||
//
|
||||
// $Id: //poco/svn/XML/src/XMLFilterImpl.cpp#2 $
|
||||
// $Id: //poco/svn/XML/src/XMLFilterImpl.cpp#3 $
|
||||
//
|
||||
// Library: XML
|
||||
// Package: SAX
|
||||
@@ -186,6 +186,13 @@ void XMLFilterImpl::parse(const XMLString& systemId)
|
||||
}
|
||||
|
||||
|
||||
void XMLFilterImpl::parseMemoryNP(const char* xml, std::size_t size)
|
||||
{
|
||||
setupParse();
|
||||
_pParent->parseMemoryNP(xml, size);
|
||||
}
|
||||
|
||||
|
||||
InputSource* XMLFilterImpl::resolveEntity(const XMLString* publicId, const XMLString& systemId)
|
||||
{
|
||||
if (_pEntityResolver)
|
||||
|
||||
Reference in New Issue
Block a user