System::Xml::Schema::XmlSchema::Write metodo
Contenuti
[
Nascondere
]XmlSchema::Write(const SharedPtr<IO::Stream>&) method
Scrive lo Schema XML nel flusso di dati fornito.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::Stream> &stream)
| Parametro | Tipo | Descrizione |
|---|---|---|
| stream | const SharedPtr<IO::Stream>& | Il flusso di dati fornito. |
Vedi anche
- 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
Scrive lo Schema XML nel flusso fornito utilizzando lo XmlNamespaceManager specificato.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::Stream> &stream, const SharedPtr<XmlNamespaceManager> &namespaceManager)
| Parametro | Tipo | Descrizione |
|---|---|---|
| stream | const SharedPtr<IO::Stream>& | Il flusso di dati fornito. |
| namespaceManager | const SharedPtr<XmlNamespaceManager>& | Lo XmlNamespaceManager. |
Vedi anche
- Typedef SharedPtr
- Class Stream
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchema::Write(const SharedPtr<IO::TextWriter>&) method
Scrive lo Schema XML nel IO::TextWriter fornito.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::TextWriter> &writer)
| Parametro | Tipo | Descrizione |
|---|---|---|
| writer | const SharedPtr<IO::TextWriter>& | Il IO::TextWriter su cui scrivere. |
Vedi anche
- 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
Scrive lo Schema XML nel TextWriter fornito.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::TextWriter> &writer, const SharedPtr<XmlNamespaceManager> &namespaceManager)
| Parametro | Tipo | Descrizione |
|---|---|---|
| writer | const SharedPtr<IO::TextWriter>& | Il IO::TextWriter su cui scrivere. |
| namespaceManager | const SharedPtr<XmlNamespaceManager>& | Lo XmlNamespaceManager. |
Vedi anche
- Typedef SharedPtr
- Class TextWriter
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchema::Write(const SharedPtr<XmlWriter>&) method
Scrive lo Schema XML nel XmlWriter fornito.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<XmlWriter> &writer)
| Parametro | Tipo | Descrizione |
|---|---|---|
| writer | const SharedPtr<XmlWriter>& | Il XmlWriter su cui scrivere. |
Vedi anche
- Typedef SharedPtr
- Class XmlWriter
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchema::Write(const SharedPtr<XmlWriter>&, const SharedPtr<XmlNamespaceManager>&) method
Scrive lo Schema XML nel XmlWriter fornito.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<XmlWriter> &writer, const SharedPtr<XmlNamespaceManager> &namespaceManager)
| Parametro | Tipo | Descrizione |
|---|---|---|
| writer | const SharedPtr<XmlWriter>& | Il XmlWriter su cui scrivere. |
| namespaceManager | const SharedPtr<XmlNamespaceManager>& | Lo XmlNamespaceManager. |
Vedi anche
- Typedef SharedPtr
- Class XmlWriter
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Font for C++