System::Xml::Schema::XmlSchemaCollection::idx_get metodo
XmlSchemaCollection::idx_get method
Restituisce l’XmlSchema associato al namespace URI fornito.
SharedPtr<XmlSchema> System::Xml::Schema::XmlSchemaCollection::idx_get(const String &ns)
| Parametro | Tipo | Descrizione |
|---|---|---|
| ns | const String& | Il namespace URI associato allo schema che si desidera restituire. Questo sarà tipicamente il targetNamespace dello schema. |
ReturnValue
L’XmlSchema associato al namespace URI; nullptr se non esiste uno schema caricato associato al namespace fornito o se il namespace è associato a uno schema XDR.
Vedi anche
- Typedef SharedPtr
- Class XmlSchema
- Class String
- Class XmlSchemaCollection
- Namespace System::Xml::Schema
- Library Aspose.Page for C++