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
commit7597bb840e100a7acf04459a48562c75b439f467 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/xml/document/xml-document-decl.h
parent12c01f0701d50bc3f68eb36add9bff803ca94f35 (diff)
downloadydb-7597bb840e100a7acf04459a48562c75b439f467.tar.gz
Restoring authorship annotation for <i-sokolov@yandex-team.ru>. Commit 2 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 3ff972208c..bfda1fb7e6 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;
};