System::Xml::Schema::XmlSchema::Read 方法
内容
[
隐藏
]XmlSchema::Read(const SharedPtr<IO::Stream>&, ValidationEventHandler) method
从提供的流中读取 XML Schema。
static SharedPtr<XmlSchema> System::Xml::Schema::XmlSchema::Read(const SharedPtr<IO::Stream> &stream, ValidationEventHandler validationEventHandler)
| 参数 | 类型 | 描述 |
|---|---|---|
| 流 | const SharedPtr<IO::Stream>& | 提供的数据流。 |
| validationEventHandler | ValidationEventHandler | 接收有关 XML Schema 语法错误信息的验证事件处理程序。 |
ReturnValue
另见
- Typedef SharedPtr
- Class XmlSchema
- Class Stream
- Typedef ValidationEventHandler
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchema::Read(const SharedPtr<IO::TextReader>&, ValidationEventHandler) method
从提供的 IO::TextReader 读取 XML Schema。
static SharedPtr<XmlSchema> System::Xml::Schema::XmlSchema::Read(const SharedPtr<IO::TextReader> &reader, ValidationEventHandler validationEventHandler)
| 参数 | 类型 | 描述 |
|---|---|---|
| reader | const SharedPtr<IO::TextReader>& | 包含要读取的 XML Schema 的 IO::TextReader。 |
| validationEventHandler | ValidationEventHandler | 接收有关 XML Schema 语法错误信息的验证事件处理程序。 |
ReturnValue
另见
- Typedef SharedPtr
- Class XmlSchema
- Class TextReader
- Typedef ValidationEventHandler
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchema::Read(const SharedPtr<XmlReader>&, ValidationEventHandler) method
static SharedPtr<XmlSchema> System::Xml::Schema::XmlSchema::Read(const SharedPtr<XmlReader> &reader, ValidationEventHandler validationEventHandler)
| 参数 | 类型 | 描述 |
|---|---|---|
| reader | const SharedPtr<XmlReader>& | 包含要读取的 XML Schema 的 XmlReader。 |
| validationEventHandler | ValidationEventHandler | 接收有关 XML Schema 语法错误信息的验证事件处理程序。 |
ReturnValue
另见
- Typedef SharedPtr
- Class XmlSchema
- Class XmlReader
- Typedef ValidationEventHandler
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Font for C++