System::Xml::Schema::XmlSchemaSet::Contains-methode
inhoud
[
verbergen
]XmlSchemaSet::Contains(const SharedPtr<XmlSchema>&) method
Geeft aan of het opgegeven XML Schema definitietaal (XSD) XmlSchema object zich in de XmlSchemaSet bevindt.
bool System::Xml::Schema::XmlSchemaSet::Contains(const SharedPtr<XmlSchema> &schema)
| Parameter | Type | Beschrijving |
|---|---|---|
| schema | const SharedPtr<XmlSchema>& | Het XmlSchema object. |
ReturnValue
true if the XmlSchema object is in the XmlSchemaSet; otherwise, false.
Zie ook
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++
XmlSchemaSet::Contains(String) method
Geeft aan of een XML Schema definitietaal (XSD) schema met de opgegeven target-namespace-URI zich in de XmlSchemaSet bevindt.
bool System::Xml::Schema::XmlSchemaSet::Contains(String targetNamespace)
| Parameter | Type | Beschrijving |
|---|---|---|
| targetNamespace | String | De targetNamespace-eigenschap van het schema. |
ReturnValue
true if a schema with the specified target namespace URI is in the XmlSchemaSet; otherwise, false.
Zie ook
- Class String
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++