System::Xml::Schema::XmlSchemaCollection::Contains metodu
İçindekiler
[
Saklamak
]XmlSchemaCollection::Contains(const SharedPtr<XmlSchema>&) method
Belirtilen XmlSchema‘ın targetNamespace‘inin koleksiyonda olup olmadığını gösteren bir değer döndürür.
bool System::Xml::Schema::XmlSchemaCollection::Contains(const SharedPtr<XmlSchema> &schema)
| Parametre | Tür | Açıklama |
|---|---|---|
| schema | const SharedPtr<XmlSchema>& | XmlSchema nesnesi. |
ReturnValue
true if there is a schema in the collection with the same targetNamespace; otherwise, false.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaCollection
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchemaCollection::Contains(const String&) method
Belirtilen ad alanına sahip bir şemanın koleksiyonda olup olmadığını gösteren bir değer döndürür.
bool System::Xml::Schema::XmlSchemaCollection::Contains(const String &ns)
| Parametre | Tür | Açıklama |
|---|---|---|
| ns | const String& | Şema ile ilişkili ad alanı URI’si. XML Şemaları için bu genellikle hedef ad alanı olur. |
ReturnValue
true if a schema with the specified namespace is in the collection; otherwise, false.
Ayrıca Bakınız
- Class String
- Class XmlSchemaCollection
- Namespace System::Xml::Schema
- Library Aspose.Font for C++