CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
validation_type.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
15{
19 None,
23 Auto,
25 DTD,
30 XDR,
34 Schema
35};
36
37} // namespace Xml
38} // namespace System
39
41template<>
42struct EnumMetaInfo<System::Xml::ValidationType>
43{
44 static const ASPOSECPP_SHARED_API std::array<std::pair<System::Xml::ValidationType, const char_t*>, 5>& values();
45};
47
48
@ Auto
The XmlReader or XmlWriter object automatically detects whether document-level or fragment-level chec...
ValidationType
Specifies the type of validation to perform.
Definition: validation_type.h:15
@ XDR
Validate according to XML-Data Reduced (XDR) schemas, including inline XDR schemas....
@ Schema
Validate according to XML Schema definition language (XSD) schemas, including inline XML Schemas....
@ DTD
Validates according to the DTD.
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9