System::Xml::XPath::XPathNavigator::CheckValidity methode
XPathNavigator::CheckValidity method
Verifieert dat de XML‑gegevens in de XPathNavigator voldoen aan de XML Schema definitietaal (XSD)‑schema die is geleverd.
virtual bool System::Xml::XPath::XPathNavigator::CheckValidity(SharedPtr<System::Xml::Schema::XmlSchemaSet> schemas, System::Xml::Schema::ValidationEventHandler validationEventHandler)
| Parameter | Type | Beschrijving |
|---|---|---|
| schemas | SharedPtr<System::Xml::Schema::XmlSchemaSet> | De XmlSchemaSet die de schema’s bevat die worden gebruikt om de XML-gegevens te valideren die zich bevinden in de XPathNavigator. |
| validationEventHandler | System::Xml::Schema::ValidationEventHandler | De ValidationEventHandler die informatie ontvangt over waarschuwingen en fouten bij schema-validatie. |
ReturnValue
true if no schema validation errors occurred; otherwise, false.
Zie ook
- Typedef SharedPtr
- Class XmlSchemaSet
- Typedef ValidationEventHandler
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++