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 @@
|
||||
//
|
||||
// DOMParser.h
|
||||
//
|
||||
// $Id: //poco/1.3/XML/include/Poco/DOM/DOMParser.h#1 $
|
||||
// $Id: //poco/1.3/XML/include/Poco/DOM/DOMParser.h#2 $
|
||||
//
|
||||
// Library: XML
|
||||
// Package: DOM
|
||||
@@ -105,6 +105,9 @@ public:
|
||||
Document* parseString(const std::string& xml);
|
||||
/// Parse an XML document from a string.
|
||||
|
||||
Document* parseMemory(const char* xml, std::size_t size);
|
||||
/// Parse an XML document from memory.
|
||||
|
||||
EntityResolver* getEntityResolver() const;
|
||||
/// Returns the entity resolver used by the underlying SAXParser.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user