System::Xml::Schema::XmlSchemaSet::Reprocess 方法

XmlSchemaSet::Reprocess method

重新处理已存在于 XmlSchemaSet 中的 XML Schema 定义语言 (XSD) 架构。

SharedPtr<XmlSchema> System::Xml::Schema::XmlSchemaSet::Reprocess(SharedPtr<XmlSchema> schema)
参数类型描述
模式SharedPtr<XmlSchema>要重新处理的模式。

ReturnValue

如果模式是有效的,则返回一个 XmlSchema 对象。如果模式无效且指定了 ValidationEventHandler,则返回 nullptr 并引发相应的验证事件。否则,将抛出 XmlSchemaException

另见