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++