System::Xml::XPath::XPathNavigator::CheckValidity method
XPathNavigator::CheckValidity method
Verifies that the XML data in the XPathNavigator conforms to the XML Schema definition language (XSD) schema provided.
virtual bool System::Xml::XPath::XPathNavigator::CheckValidity(SharedPtr<System::Xml::Schema::XmlSchemaSet> schemas, System::Xml::Schema::ValidationEventHandler validationEventHandler)
Parameter | Type | Description |
---|---|---|
schemas | SharedPtr<System::Xml::Schema::XmlSchemaSet> | The XmlSchemaSet containing the schemas used to validate the XML data contained in the XPathNavigator. |
validationEventHandler | System::Xml::Schema::ValidationEventHandler | The ValidationEventHandler that receives information about schema validation warnings and errors. |
ReturnValue
true if no schema validation errors occurred; otherwise, false.
See Also
- Typedef SharedPtr
- Class XmlSchemaSet
- Typedef ValidationEventHandler
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.TeX for C++