System::Xml::Schema::XmlSchemaSet::RemoveRecursive method
XmlSchemaSet::RemoveRecursive method
Removes the specified XML Schema definition language (XSD) schema and all the schemas it imports from the XmlSchemaSet.
bool System::Xml::Schema::XmlSchemaSet::RemoveRecursive(const SharedPtr<XmlSchema> &schemaToRemove)
Parameter | Type | Description |
---|---|---|
schemaToRemove | const SharedPtr<XmlSchema>& | The XmlSchema object to remove from the XmlSchemaSet. |
ReturnValue
true if the XmlSchema object and all its imports were successfully removed; otherwise, false.
See Also
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.PUB for C++