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)
ParametroTipoDescrizione
nsconst 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