mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 06:55:49 +02:00
changes from main repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// XMLReader.h
|
||||
//
|
||||
// $Id: //poco/svn/XML/include/Poco/SAX/XMLReader.h#2 $
|
||||
// $Id: //poco/svn/XML/include/Poco/SAX/XMLReader.h#3 $
|
||||
//
|
||||
// Library: XML
|
||||
// Package: SAX
|
||||
@@ -199,6 +199,10 @@ public:
|
||||
virtual void parse(const XMLString& systemId) = 0;
|
||||
/// Parse an XML document from a system identifier.
|
||||
/// See also parse(InputSource*).
|
||||
|
||||
virtual void parseMemoryNP(const char* xml, std::size_t size) = 0;
|
||||
/// Parse an XML document from memory.
|
||||
/// See also parse(InputSource*).
|
||||
|
||||
// SAX Features
|
||||
static const XMLString FEATURE_VALIDATION;
|
||||
|
Reference in New Issue
Block a user