System::Xml::Schema::XmlSchema::Write méthode
Contenu
[
Cacher
]XmlSchema::Write(const SharedPtr<IO::Stream>&) method
Écrit le Schema XML dans le flux de données fourni.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::Stream> &stream)
| Paramètre | Type | Description |
|---|---|---|
| flux | const SharedPtr<IO::Stream>& | Le flux de données fourni. |
Voir aussi
- 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
Écrit le Schema XML dans le flux fourni en utilisant le XmlNamespaceManager spécifié.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::Stream> &stream, const SharedPtr<XmlNamespaceManager> &namespaceManager)
| Paramètre | Type | Description |
|---|---|---|
| flux | const SharedPtr<IO::Stream>& | Le flux de données fourni. |
| namespaceManager | const SharedPtr<XmlNamespaceManager>& | Le XmlNamespaceManager. |
Voir aussi
- Typedef SharedPtr
- Class Stream
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchema::Write(const SharedPtr<IO::TextWriter>&) method
Écrit le Schema XML dans le IO::TextWriter fourni.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::TextWriter> &writer)
| Paramètre | Type | Description |
|---|---|---|
| writer | const SharedPtr<IO::TextWriter>& | Le IO::TextWriter dans lequel écrire. |
Voir aussi
- 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
Écrit le Schema XML dans le TextWriter fourni.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::TextWriter> &writer, const SharedPtr<XmlNamespaceManager> &namespaceManager)
| Paramètre | Type | Description |
|---|---|---|
| writer | const SharedPtr<IO::TextWriter>& | Le IO::TextWriter dans lequel écrire. |
| namespaceManager | const SharedPtr<XmlNamespaceManager>& | Le XmlNamespaceManager. |
Voir aussi
- Typedef SharedPtr
- Class TextWriter
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchema::Write(const SharedPtr<XmlWriter>&) method
Écrit le Schema XML dans le XmlWriter fourni.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<XmlWriter> &writer)
| Paramètre | Type | Description |
|---|---|---|
| writer | const SharedPtr<XmlWriter>& | Le XmlWriter dans lequel écrire. |
Voir aussi
- Typedef SharedPtr
- Class XmlWriter
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchema::Write(const SharedPtr<XmlWriter>&, const SharedPtr<XmlNamespaceManager>&) method
Écrit le Schema XML dans le XmlWriter fourni.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<XmlWriter> &writer, const SharedPtr<XmlNamespaceManager> &namespaceManager)
| Paramètre | Type | Description |
|---|---|---|
| writer | const SharedPtr<XmlWriter>& | Le XmlWriter dans lequel écrire. |
| namespaceManager | const SharedPtr<XmlNamespaceManager>& | Le XmlNamespaceManager. |
Voir aussi
- Typedef SharedPtr
- Class XmlWriter
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Font for C++