mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-01 19:17:59 +00:00
changes for 1.3.2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// XMLFilterImpl.cpp
|
||||
//
|
||||
// $Id: //poco/1.3/XML/src/XMLFilterImpl.cpp#1 $
|
||||
// $Id: //poco/1.3/XML/src/XMLFilterImpl.cpp#2 $
|
||||
//
|
||||
// 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