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
XML Schema を表す XmlSchema オブジェクトです。
参照
- Typedef SharedPtr
- Class XmlSchema
- Class Stream
- Typedef ValidationEventHandler
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Page 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
XML Schema を表す XmlSchema オブジェクトです。
参照
- Typedef SharedPtr
- Class XmlSchema
- Class TextReader
- Typedef ValidationEventHandler
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Page for C++
XmlSchema::Read(const SharedPtr<XmlReader>&, ValidationEventHandler) method
提供された XmlReader から XML Schema を読み取ります。
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
XML Schema を表す XmlSchema オブジェクトです。
参照
- Typedef SharedPtr
- Class XmlSchema
- Class XmlReader
- Typedef ValidationEventHandler
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Page for C++