CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
xpath_namespace_scope.h
1
2
3#pragma once
4
5#include <system/object_ext.h>
6#include <system/enum.h>
7
8
9namespace System {
10
11namespace Xml {
12
13namespace XPath {
14
17{
21 All,
27 Local
28};
29
30} // namespace XPath
31} // namespace Xml
32} // namespace System
33
35template<>
36struct EnumMetaInfo<System::Xml::XPath::XPathNamespaceScope>
37{
38 static const ASPOSECPP_SHARED_API std::array<std::pair<System::Xml::XPath::XPathNamespaceScope, const char_t*>, 3>& values();
39};
41
42
XPathNamespaceScope
Defines the namespace scope.
Definition: xpath_namespace_scope.h:17
@ Xml
Serialize according to the XML 1.0 rules.
@ ExcludeXml
All namespaces defined in the scope of the current node, excluding the xmlns:xml namespace,...
Definition: db_command.h:9
@ Local
Local time.