XmlSchemaSet Methods

 

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodAdd(String^, String^)

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

System_CAPS_pubmethodAdd(String^, XmlReader^)

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

System_CAPS_pubmethodAdd(XmlSchema^)

Adds the given XmlSchema to the XmlSchemaSet.

System_CAPS_pubmethodAdd(XmlSchemaSet^)

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

System_CAPS_pubmethodCompile()

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

System_CAPS_pubmethodContains(String^)

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

System_CAPS_pubmethodContains(XmlSchema^)

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

System_CAPS_pubmethodCopyTo(array<XmlSchema^>^, Int32)

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

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodRemove(XmlSchema^)

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

System_CAPS_pubmethodRemoveRecursive(XmlSchema^)

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

System_CAPS_pubmethodReprocess(XmlSchema^)

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

System_CAPS_pubmethodSchemas()

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

System_CAPS_pubmethodSchemas(String^)

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

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: