mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
add reopen the existed memory in lightreader
This commit is contained in:
@ -95,6 +95,8 @@ namespace XmlUtils
|
||||
bool FromString (const std::wstring& sXml);
|
||||
bool FromStringA(const std::string& sXml);
|
||||
|
||||
bool MoveToStart();
|
||||
|
||||
bool Read(XmlNodeType &oNodeType);
|
||||
bool ReadNextNode();
|
||||
bool ReadNextSiblingNode(int nDepth);
|
||||
|
||||
Reference in New Issue
Block a user