System::Xml::Schema::XmlSchemaSet::Contains method
Contents
[
Hide
]XmlSchemaSet::Contains(const SharedPtr<XmlSchema>&) method
Indicates whether the specified XML Schema definition language (XSD) XmlSchema object is in the XmlSchemaSet.
bool System::Xml::Schema::XmlSchemaSet::Contains(const SharedPtr<XmlSchema> &schema)
Parameter | Type | Description |
---|---|---|
schema | const SharedPtr<XmlSchema>& | The XmlSchema object. |
ReturnValue
true if the XmlSchema object is in the XmlSchemaSet; otherwise, false.
See Also
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++
XmlSchemaSet::Contains(String) method
Indicates whether an XML Schema definition language (XSD) schema with the specified target namespace URI is in the XmlSchemaSet.
bool System::Xml::Schema::XmlSchemaSet::Contains(String targetNamespace)
Parameter | Type | Description |
---|---|---|
targetNamespace | String | The schema targetNamespace property. |
ReturnValue
true if a schema with the specified target namespace URI is in the XmlSchemaSet; otherwise, false.
See Also
- Class String
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++