System::Xml::Schema::XmlSchemaCollection::Contains मेथड

XmlSchemaCollection::Contains(const SharedPtr<XmlSchema>&) method

यह दर्शाने वाला मान लौटाता है कि निर्दिष्ट XmlSchema का targetNamespace संग्रह में है या नहीं।

bool System::Xml::Schema::XmlSchemaCollection::Contains(const SharedPtr<XmlSchema> &schema)
पैरामीटरप्रकारविवरण
schemaconst SharedPtr<XmlSchema>&XmlSchema ऑब्जेक्ट।

ReturnValue

true if there is a schema in the collection with the same targetNamespace; otherwise, false.

संबंधित देखें

XmlSchemaCollection::Contains(const String&) method

एक मान लौटाता है जो दर्शाता है कि निर्दिष्ट नेमस्पेस वाला स्कीमा संग्रह में है या नहीं।

bool System::Xml::Schema::XmlSchemaCollection::Contains(const String &ns)
पैरामीटरप्रकारविवरण
nsconst String&स्कीमा से जुड़ा नेमस्पेस URI। XML स्कीमा के लिए, यह सामान्यतः target namespace होता है।

ReturnValue

true if a schema with the specified namespace is in the collection; otherwise, false.

संबंधित देखें