idx_get()
XmlSchemaCollection::idx_get(const String&) method
Returns the XmlSchema associated with the given namespace URI.
SharedPtr<XmlSchema> System::Xml::Schema::XmlSchemaCollection::idx_get(const String &ns)
Arguments
Parameter | Type | Description |
---|---|---|
ns | const String& | The namespace URI associated with the schema you want to return. This will typically be the targetNamespace of the schema. |
Return Value
The XmlSchema associated with the namespace URI; nullptr if there is no loaded schema associated with the given namespace or if the namespace is associated with an XDR schema.
See Also
- Typedef SharedPtr
- Class XmlSchema
- Class String
- Class XmlSchemaCollection
- Namespace System::Xml::Schema
- Library Aspose.Slides