System::Xml::Schema::XmlSchemaCollection::Contains methode
inhoud
[
verbergen
]XmlSchemaCollection::Contains(const SharedPtr<XmlSchema>&) method
Retourneert een waarde die aangeeft of de targetNamespace van het opgegeven XmlSchema zich in de collectie bevindt.
bool System::Xml::Schema::XmlSchemaCollection::Contains(const SharedPtr<XmlSchema> &schema)
| Parameter | Type | Beschrijving |
|---|---|---|
| schema | const SharedPtr<XmlSchema>& | Het XmlSchema object. |
ReturnValue
true if there is a schema in the collection with the same targetNamespace; otherwise, false.
Zie ook
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaCollection
- Namespace System::Xml::Schema
- Library Aspose.Page for C++
XmlSchemaCollection::Contains(const String&) method
Geeft een waarde terug die aangeeft of een schema met de opgegeven namespace zich in de collectie bevindt.
bool System::Xml::Schema::XmlSchemaCollection::Contains(const String &ns)
| Parameter | Type | Beschrijving |
|---|---|---|
| ns | const String& | De namespace-URI die aan het schema is gekoppeld. Voor XML-schema’s zal dit doorgaans de target-namespace zijn. |
ReturnValue
true if a schema with the specified namespace is in the collection; otherwise, false.
Zie ook
- Class String
- Class XmlSchemaCollection
- Namespace System::Xml::Schema
- Library Aspose.Page for C++