System::Xml::Schema::XmlSchemaValidator::SkipToEndElement 方法

XmlSchemaValidator::SkipToEndElement method

跳过当前元素内容的验证,并准备 XmlSchemaValidator 对象在父元素的上下文中验证内容。

void System::Xml::Schema::XmlSchemaValidator::SkipToEndElement(const SharedPtr<XmlSchemaInfo> &schemaInfo)
ParameterType描述
schemaInfoconst SharedPtr<XmlSchemaInfo>&如果成功跳过当前元素内容,则其属性被设置的 XmlSchemaInfo 对象。此参数可以为 nullptr

另见