XmlSchemaCollection()

XmlSchemaCollection::XmlSchemaCollection() constructor

Initializes a new instance of the XmlSchemaCollection class.

System::Xml::Schema::XmlSchemaCollection::XmlSchemaCollection()

XmlSchemaCollection::XmlSchemaCollection(const SharedPtr<XmlNameTable>&) constructor

Initializes a new instance of the XmlSchemaCollection class with the specified XmlNameTable. The XmlNameTable is used when loading schemas.

System::Xml::Schema::XmlSchemaCollection::XmlSchemaCollection(const SharedPtr<XmlNameTable> &nametable)

Arguments

ParameterTypeDescription
nametableconst SharedPtr<XmlNameTable>&The XmlNameTable to use.

See Also