The members of System.Xml.Schema.XmlSchemaCollection are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the XmlSchemaCollection class. | ||
Initializes a new instance of the XmlSchemaCollection class with the specified System.Xml.XmlNameTable. The XmlNameTable is used when loading schemas. |
[read-only] | Count | int.
Gets the number of namespaces defined in this collection. |
[read-only] default property | Item(string) | XmlSchema. Documentation for this section has not yet been entered. |
[read-only] | NameTable | System.Xml.XmlNameTable.
Gets the default XmlNameTable used by the XmlSchemaCollection when loading new schemas. |
Add(XmlSchema)
| ||
Add(XmlSchemaCollection)
| ||
Add(string, string)
| ||
Add(string, System.Xml.XmlReader)
| ||
Add(XmlSchema, System.Xml.XmlResolver)
| ||
Add(string, System.Xml.XmlReader, System.Xml.XmlResolver)
| ||
Contains(string)
| ||
Contains(XmlSchema)
| ||
CopyTo(XmlSchema[], int)
| ||
GetEnumerator()
|
ValidationEventHandler |
Sets an event handler for receiving information about the XDR and XML schema validation errors. |
ICollection.CopyTo |
For a description of this member, see XmlSchemaCollection.CopyTo(XmlSchema[], int). | |
[read-only] | ICollection.Count | int.
For a description of this member, see XmlSchemaCollection.Count. |
IEnumerable.GetEnumerator |
For a description of this member, see XmlSchemaCollection.GetEnumerator. | |
[read-only] | ICollection.IsSynchronized | bool.
For a description of this member, see System.Xml.Schema.XmlSchemaCollection.System.Collections.ICollection.IsSynchronized. |
[read-only] | ICollection.SyncRoot | object.
For a description of this member, see System.Xml.Schema.XmlSchemaCollection.System.Collections.ICollection.SyncRoot. |