CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
xml_schema_all.h
1
2
3#pragma once
4
5#include <xml/schema/xml_schema_group_base.h>
6#include <system/shared_ptr.h>
7
8
10namespace System
11{
12namespace Xml
13{
14namespace Schema
15{
16class XmlSchemaObjectCollection;
17} // namespace Schema
18} // namespace Xml
19} // namespace System
21
22namespace System {
23
24namespace Xml {
25
26namespace Schema {
27
32class ASPOSECPP_SHARED_CLASS XmlSchemaAll : public XmlSchemaGroupBase
33{
34 typedef XmlSchemaAll ThisType;
36
37 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
38 ASPOSECPP_SHARED_RTTI_INFO_DECL();
39
40public:
41
44
45public:
46
49 ASPOSECPP_SHARED_API SharedPtr<XmlSchemaObjectCollection> get_Items() override;
50
52 ASPOSECPP_SHARED_API XmlSchemaAll();
53
54protected:
55
57 ASPOSECPP_SHARED_API bool get_IsEmpty() override;
58
59 ASPOSECPP_SHARED_API void SetItems(SharedPtr<XmlSchemaObjectCollection> newItems) override;
60
61 #ifdef ASPOSE_GET_SHARED_MEMBERS
62 ASPOSECPP_SHARED_API void GetSharedMembers(System::Object::shared_members_type& result) const override;
63 #endif
65
66private:
67
69
70 ThisType* CppMemberwiseClone() const override { return new ThisType(*this); }
71
72};
73
74} // namespace Schema
75} // namespace Xml
76} // namespace System
77
78
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Represents the World Wide Web Consortium (W3C) all element (compositor).
Definition: xml_schema_all.h:33
XmlSchemaAll()
Initializes a new instance of the XmlSchemaAll class.
SharedPtr< XmlSchemaObjectCollection > get_Items() override
Returns the collection of XmlSchemaElement elements contained within the all compositor.
An abstract class for XmlSchemaAll, XmlSchemaChoice, or XmlSchemaSequence.
Definition: xml_schema_group_base.h:30
@ Schema
Validate according to XML Schema definition language (XSD) schemas, including inline XML Schemas....
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9