5#include <xml/xml_qualified_name.h>
6#include <xml/schema/xml_schema_object.h>
7#include <system/shared_ptr.h>
8#include <system/collections/keyvalue_pair.h>
9#include <system/collections/ienumerable.h>
20template <
typename,
typename>
class Dictionary;
21template <
typename>
class ICollection;
22template <
typename>
class IEnumerator;
23template <
typename>
class List;
33class SchemaCollectionCompiler;
34class SchemaCollectionPreprocessor;
36class XmlSchemaAttributeGroup;
37class XmlSchemaComplexType;
38class XmlSchemaObjectEntry;
39class XmlSchemaRedefine;
61 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
62 ASPOSECPP_SHARED_RTTI_INFO_DECL();
71 friend class BaseProcessor;
72 friend class Preprocessor;
73 friend class SchemaCollectionCompiler;
74 friend class SchemaCollectionPreprocessor;
75 friend class Compiler;
125 #ifdef ASPOSE_GET_SHARED_MEMBERS
126 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
Interface of object providing enumerator on contained elements.
Definition: ienumerable.h:25
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 attributeGroup element from the XML Schema as specified by the World Wide Web Consorti...
Definition: xml_schema_attribute_group.h:44
Represents the complexType element from XML Schema as specified by the World Wide Web Consortium (W3C...
Definition: xml_schema_complex_type.h:64
An in-memory representation of an XML Schema, as specified in the World Wide Web Consortium (W3C) XML...
Definition: xml_schema.h:78
Provides the collections for contained elements in the XmlSchema class (for example,...
Definition: xml_schema_object_table.h:57
SharedPtr< Collections::Generic::ICollection< SharedPtr< XmlSchemaObject > > > get_Values()
Returns a collection of all the values for all the elements in the XmlSchemaObjectTable.
bool Contains(const SharedPtr< XmlQualifiedName > &name)
Determines if the qualified name specified exists in the collection.
virtual ~XmlSchemaObjectTable()
SharedPtr< Collections::Generic::IEnumerator< Collections::Generic::KeyValuePair< SharedPtr< XmlQualifiedName >, SharedPtr< XmlSchemaObject > > > > GetEnumerator() override
Returns an enumerator that can iterate through the XmlSchemaObjectTable.
SharedPtr< Collections::Generic::ICollection< SharedPtr< XmlQualifiedName > > > get_Names()
Returns a collection of all the named elements in the XmlSchemaObjectTable.
SharedPtr< XmlSchemaObject > idx_get(const SharedPtr< XmlQualifiedName > &name)
Returns the element in the XmlSchemaObjectTable specified by qualified name.
int32_t get_Count()
Returns the number of items contained in the XmlSchemaObjectTable.
Represents the redefine element from XML Schema as specified by the World Wide Web Consortium (W3C)....
Definition: xml_schema_redefine.h:37
Contains a cache of XML Schema definition language (XSD) schemas.
Definition: xml_schema_set.h:66
class ASPOSECPP_SHARED_CLASS List
Definition: ienumerable.h:18
@ Schema
Validate according to XML Schema definition language (XSD) schemas, including inline XML Schemas....
@ Xml
Serialize according to the XML 1.0 rules.
@ Remove
A node is being removed from the tree.
Definition: db_command.h:9