System.Xml.Schema.XmlSchemaSet: Method Members

The methods of System.Xml.Schema.XmlSchemaSet are listed below. For a list of all members, see the XmlSchemaSet Members list.

See Also: Inherited members from System.Object

Public Methods

Add(XmlSchema) : XmlSchema

Adds the given System.Xml.Schema.XmlSchema to the System.Xml.Schema.XmlSchemaSet.

Add(XmlSchemaSet)

Adds all the XML Schema definition language (XSD) schemas in the given System.Xml.Schema.XmlSchemaSet to the System.Xml.Schema.XmlSchemaSet.

Add(string, string) : XmlSchema

Adds the XML Schema definition language (XSD) schema at the URL specified to the System.Xml.Schema.XmlSchemaSet.

Add(string, System.Xml.XmlReader) : XmlSchema

Adds the XML Schema definition language (XSD) schema contained in the System.Xml.XmlReader to the System.Xml.Schema.XmlSchemaSet.

Compile()

Compiles the XML Schema definition language (XSD) schemas added to the System.Xml.Schema.XmlSchemaSet into one logical schema.

Contains(string) : bool

Indicates whether an XML Schema definition language (XSD) schema with the specified target namespace URI is in the System.Xml.Schema.XmlSchemaSet.

Contains(XmlSchema) : bool

Indicates whether the specified XML Schema definition language (XSD) System.Xml.Schema.XmlSchema object is in the System.Xml.Schema.XmlSchemaSet.

CopyTo(XmlSchema[], int)

Copies all the System.Xml.Schema.XmlSchema objects from the System.Xml.Schema.XmlSchemaSet to the given array, starting at the given index.

Remove(XmlSchema) : XmlSchema

Removes the specified XML Schema definition language (XSD) schema from the System.Xml.Schema.XmlSchemaSet.

RemoveRecursive(XmlSchema) : bool

Removes the specified XML Schema definition language (XSD) schema and all the schemas it imports from the System.Xml.Schema.XmlSchemaSet.

Reprocess(XmlSchema) : XmlSchema

Reprocesses an XML Schema definition language (XSD) schema that already exists in the System.Xml.Schema.XmlSchemaSet.

Schemas() : ICollection

Returns a collection of all the XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet.

Schemas(string) : ICollection

Returns a collection of all the XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet that belong to the given namespace.