طريقة System::Xml::Schema::XmlSchema::Write
محتويات
[
يخفي
]XmlSchema::Write(const SharedPtr<IO::Stream>&) method
يكتب الـ XML Schema إلى تدفق البيانات المقدم.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::Stream> &stream)
| معامل | نوع | الوصف |
|---|---|---|
| دفق | const SharedPtr<IO::Stream>& | تدفق البيانات المقدم. |
انظر أيضًا
- Typedef SharedPtr
- Class Stream
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchema::Write(const SharedPtr<IO::Stream>&, const SharedPtr<XmlNamespaceManager>&) method
يكتب الـ XML Schema إلى الـ Stream المقدم باستخدام XmlNamespaceManager المحدد.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::Stream> &stream, const SharedPtr<XmlNamespaceManager> &namespaceManager)
| معامل | نوع | الوصف |
|---|---|---|
| دفق | const SharedPtr<IO::Stream>& | تدفق البيانات المقدم. |
| namespaceManager | const SharedPtr<XmlNamespaceManager>& | الـ XmlNamespaceManager. |
انظر أيضًا
- Typedef SharedPtr
- Class Stream
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchema::Write(const SharedPtr<IO::TextWriter>&) method
يكتب الـ XML Schema إلى الـ IO::TextWriter المقدم.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::TextWriter> &writer)
| معامل | نوع | الوصف |
|---|---|---|
| writer | const SharedPtr<IO::TextWriter>& | الـ IO::TextWriter للكتابة إليه. |
انظر أيضًا
- Typedef SharedPtr
- Class TextWriter
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchema::Write(const SharedPtr<IO::TextWriter>&, const SharedPtr<XmlNamespaceManager>&) method
يكتب الـ XML Schema إلى الـ TextWriter المقدم.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::TextWriter> &writer, const SharedPtr<XmlNamespaceManager> &namespaceManager)
| معامل | نوع | الوصف |
|---|---|---|
| writer | const SharedPtr<IO::TextWriter>& | الـ IO::TextWriter للكتابة إليه. |
| namespaceManager | const SharedPtr<XmlNamespaceManager>& | الـ XmlNamespaceManager. |
انظر أيضًا
- Typedef SharedPtr
- Class TextWriter
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchema::Write(const SharedPtr<XmlWriter>&) method
يكتب الـ XML Schema إلى الـ XmlWriter المقدم.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<XmlWriter> &writer)
| معامل | نوع | الوصف |
|---|---|---|
| writer | const SharedPtr<XmlWriter>& | الـ XmlWriter للكتابة إليه. |
انظر أيضًا
- Typedef SharedPtr
- Class XmlWriter
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchema::Write(const SharedPtr<XmlWriter>&, const SharedPtr<XmlNamespaceManager>&) method
يكتب الـ XML Schema إلى الـ XmlWriter المقدم.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<XmlWriter> &writer, const SharedPtr<XmlNamespaceManager> &namespaceManager)
| معامل | نوع | الوصف |
|---|---|---|
| writer | const SharedPtr<XmlWriter>& | الـ XmlWriter للكتابة إليه. |
| namespaceManager | const SharedPtr<XmlNamespaceManager>& | الـ XmlNamespaceManager. |
انظر أيضًا
- Typedef SharedPtr
- Class XmlWriter
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Font for C++