aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/xml/document/xml-document-decl.h
diff options
context:
space:
mode:
authori-sokolov <i-sokolov@yandex-team.ru>2022-02-10 16:46:30 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:30 +0300
commit12c01f0701d50bc3f68eb36add9bff803ca94f35 (patch)
tree4b775523c0da7b1613a0407a30e4998a436911cd /library/cpp/xml/document/xml-document-decl.h
parent4b839d0704ee9be1dabb0310a1f03af24963637b (diff)
downloadydb-12c01f0701d50bc3f68eb36add9bff803ca94f35.tar.gz
Restoring authorship annotation for <i-sokolov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/xml/document/xml-document-decl.h')
-rw-r--r--library/cpp/xml/document/xml-document-decl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/xml/document/xml-document-decl.h b/library/cpp/xml/document/xml-document-decl.h
index bfda1fb7e6..3ff972208c 100644
--- a/library/cpp/xml/document/xml-document-decl.h
+++ b/library/cpp/xml/document/xml-document-decl.h
@@ -388,7 +388,7 @@ namespace NXml {
SetAttr(TZtStringBuf name, const T& value);
void SetAttr(TZtStringBuf name, TZtStringBuf value);
-
+
void SetAttr(TZtStringBuf name);
/**
@@ -469,7 +469,7 @@ namespace NXml {
void AttrInternal(TCharPtr& value, T& res, TStringBuf errContext) const;
void SaveInternal(IOutputStream& stream, TZtStringBuf enc, int options) const;
-
+
xmlNode* NodePointer;
xmlDoc* DocPointer;
};