mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-19 16:47:14 +02:00
Update POCO to 1.11.0
This commit is contained in:
.gitignore
vendor/POCO
.travis.ymlVERSIONappveyor.yml
ActiveRecord
ActiveRecord.progenActiveRecord_vs140.slnActiveRecord_vs140.vcxprojActiveRecord_vs140.vcxproj.filtersActiveRecord_vs150.slnActiveRecord_vs150.vcxprojActiveRecord_vs150.vcxproj.filtersActiveRecord_vs160.slnActiveRecord_vs160.vcxprojActiveRecord_vs160.vcxproj.filtersActiveRecord_vs90.slnActiveRecord_vs90.vcprojCMakeLists.txt
CHANGELOGCMakeLists.txtCompiler
CMakeLists.txtCompiler.progenCompiler_vs140.slnCompiler_vs140.vcxprojCompiler_vs140.vcxproj.filtersCompiler_vs150.slnCompiler_vs150.vcxprojCompiler_vs150.vcxproj.filtersCompiler_vs160.slnCompiler_vs160.vcxprojCompiler_vs160.vcxproj.filtersCompiler_vs90.vcprojMakefiledependencies
Makefilesrc
cmake
dependenciesdoc
include
Poco
src
testsuite
CppParser
CppUnit
Crypto
cmake
include
Poco
src
testsuite
Data
MySQL
MakefileMySQL.make
include
Poco
src
Binder.cppConnector.cppExtractor.cppMySQLException.cppSessionHandle.cppStatementExecutor.cppUtility.cpp
testsuite
ODBC
PostgreSQL
Makefile
include
Poco
Data
src
Binder.cppExtractor.cppPostgreSQLStatementImpl.cppPostgreSQLTypes.cppSessionHandle.cppSessionImpl.cppStatementExecutor.cppUtility.cpp
testsuite
SQLite
doc
include
Poco
src
AbstractBinder.cppAbstractExtractor.cppAbstractPreparator.cppRecordSet.cppSessionPool.cppStatementImpl.cpp
testsuite
Encodings
Compiler
Foundation
include
Poco
src
DirectoryIteratorStrategy.cppEnvironment.cppEnvironment_WIN32U.cppFPEnvironment.cppFile_UNIX.cppJSONString.cppLocalDateTime.cppNumberFormatter.cppNumericString.cppPatternFormatter.cppProcess_UNIX.cppProcess_WIN32U.cppProcess_WINCE.cppSharedLibrary_WIN32U.cppThread_POSIX.cppTimezone.cppTimezone_VX.cppURI.cppVar.cppVarHolder.cppVarIterator.cppbignum-dtoa.ccbignum.ccbignum.hcached-powers.ccdiy-fp.hdouble-conversion.ccdouble-conversion.hfixed-dtoa.ccieee.hpcre.hpcre_compile.cpcre_config.hpcre_jit_compile.cstrtod.ccutils.h
testsuite
src
AnyTest.cppBasicEventTest.cppCoreTest.cppDateTimeTest.cppFIFOEventTest.cppFileChannelTest.cppLRUCacheTest.cppLRUCacheTest.hLocalDateTimeTest.cppNamedEventTest.cppNamedMutexTest.cppObjectPoolTest.cppObjectPoolTest.hOrderedContainersTest.cppPathTest.cppPatternFormatterTest.cppPriorityEventTest.cppStringTest.cppVarTest.cppVarTest.h
JSON
include
samples
Benchmark
src
testsuite
JWT
MakefileNet
include
Poco
src
DatagramSocket.cppHTTPClientSession.cppHTTPSessionFactory.cppHTTPSessionInstantiator.cppHostEntry.cppICMPv4PacketImpl.cppIPAddressImpl.cppNetworkInterface.cppPollSet.cppRemoteSyslogChannel.cppRemoteSyslogListener.cppSMTPClientSession.cppSocketImpl.cppTCPServerDispatcher.cppWebSocket.cppWebSocketImpl.cpp
testsuite
NetSSL_OpenSSL
cmake
include
Poco
src
AcceptCertificateHandler.cppConsoleCertificateHandler.cppContext.cppHTTPSClientSession.cppHTTPSSessionInstantiator.cppInvalidCertificateHandler.cppRejectCertificateHandler.cppSSLManager.cppSecureServerSocketImpl.cppSecureSocketImpl.cppVerificationErrorArgs.cpp
testsuite
NetSSL_Win
include
src
PDF
PageCompiler
PocoDoc
README.mdRedis
SevenZip
src
Util
include
Poco
Util
src
testsuite
XML
include
src
AbstractContainerNode.cppParserEngine.cppSAXParser.cppascii.hasciitab.hiasciitab.hinternal.hlatin1tab.hnametab.hsiphash.hutf8tab.hxmlparse.cppxmlrole.cxmlrole.hxmltok.cxmltok.hxmltok_impl.cxmltok_impl.hxmltok_ns.c
testsuite
appveyor
build
config
ARM-LinuxDarwinDarwin-clangDarwin-clang-libc++Darwin32Darwin32-clangDarwin32-clang-libc++Darwin64Darwin64-clangDarwin64-clang-libc++LinuxiPhone
rules
ci
cmake
componentsconfiguredoc
libversionpackaging
Poco.png
Windows
release
travis
22
vendor/POCO/XML/include/Poco/SAX/SAXParser.h
vendored
22
vendor/POCO/XML/include/Poco/SAX/SAXParser.h
vendored
@ -28,7 +28,7 @@ namespace XML {
|
||||
|
||||
|
||||
class XML_API SAXParser: public XMLReader
|
||||
/// This class provides a SAX2 (Simple API for XML) interface to expat,
|
||||
/// This class provides a SAX2 (Simple API for XML) interface to expat,
|
||||
/// the XML parser toolkit.
|
||||
/// The following SAX2 features and properties are supported:
|
||||
/// * http://xml.org/sax/features/external-general-entities
|
||||
@ -41,6 +41,14 @@ class XML_API SAXParser: public XMLReader
|
||||
/// The following proprietary extensions are supported:
|
||||
/// * http://www.appinf.com/features/enable-partial-reads --
|
||||
/// see ParserEngine::setEnablePartialReads()
|
||||
/// * http://www.appinf.com/properties/bla-maximum-amplification
|
||||
/// see ParserEngine::setBillionLaughsAttackProtectionMaximumAmplification();
|
||||
/// argument must be a float >= 1.0 formatted as string;
|
||||
/// property is set-only.
|
||||
/// * http://www.appinf.com/properties/bla-activation-threshold
|
||||
/// see ParserEngine::setBillionLaughsAttackProtectionActivationThreshold();
|
||||
/// argument must be a 64-bit unsigned integer formatted as string;
|
||||
/// property is set-only.
|
||||
{
|
||||
public:
|
||||
SAXParser();
|
||||
@ -48,14 +56,14 @@ public:
|
||||
|
||||
SAXParser(const XMLString& encoding);
|
||||
/// Creates an SAXParser with the given encoding.
|
||||
|
||||
|
||||
~SAXParser();
|
||||
/// Destroys the SAXParser.
|
||||
|
||||
|
||||
void setEncoding(const XMLString& encoding);
|
||||
/// Sets the encoding used by the parser if no
|
||||
/// encoding is specified in the XML document.
|
||||
|
||||
|
||||
const XMLString& getEncoding() const;
|
||||
/// Returns the name of the encoding used by
|
||||
/// the parser if no encoding is specified in
|
||||
@ -81,11 +89,13 @@ public:
|
||||
void parse(InputSource* pSource);
|
||||
void parse(const XMLString& systemId);
|
||||
void parseMemoryNP(const char* xml, std::size_t size);
|
||||
|
||||
|
||||
/// Extensions
|
||||
void parseString(const std::string& xml);
|
||||
|
||||
|
||||
static const XMLString FEATURE_PARTIAL_READS;
|
||||
static const XMLString PROPERTY_BLA_MAXIMUM_AMPLIFICATION;
|
||||
static const XMLString PROPERTY_BLA_ACTIVATION_THRESHOLD;
|
||||
|
||||
protected:
|
||||
void setupParse();
|
||||
|
Reference in New Issue
Block a user