System::Xml::Schema::XmlSchema::Write metodo
Contenuti
[
Nascondere
]XmlSchema::Write(const SharedPtr<IO::Stream>&) method
Scrive lo XML Schema 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.Page for C++
XmlSchema::Write(const SharedPtr<IO::Stream>&, const SharedPtr<XmlNamespaceManager>&) method
Scrive lo XML Schema nel flusso fornito usando il 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>& | Il XmlNamespaceManager. |
Vedi anche
- Typedef SharedPtr
- Class Stream
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Page for C++
XmlSchema::Write(const SharedPtr<IO::TextWriter>&) method
Scrive lo XML Schema 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.Page for C++
XmlSchema::Write(const SharedPtr<IO::TextWriter>&, const SharedPtr<XmlNamespaceManager>&) method
Scrive lo XML Schema 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>& | Il XmlNamespaceManager. |
Vedi anche
- Typedef SharedPtr
- Class TextWriter
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Page for C++
XmlSchema::Write(const SharedPtr<XmlWriter>&) method
Scrive lo XML Schema 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.Page for C++
XmlSchema::Write(const SharedPtr<XmlWriter>&, const SharedPtr<XmlNamespaceManager>&) method
Scrive lo XML Schema 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>& | Il XmlNamespaceManager. |
Vedi anche
- Typedef SharedPtr
- Class XmlWriter
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Page for C++