Método System::Xml::Schema::XmlSchema::Write
Contenido
[
Ocultar
]XmlSchema::Write(const SharedPtr<IO::Stream>&) method
Escribe el Schema XML al flujo de datos proporcionado.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::Stream> &stream)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | const SharedPtr<IO::Stream>& | El flujo de datos proporcionado. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++
XmlSchema::Write(const SharedPtr<IO::Stream>&, const SharedPtr<XmlNamespaceManager>&) method
Escribe el Schema XML al flujo proporcionado usando el XmlNamespaceManager especificado.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::Stream> &stream, const SharedPtr<XmlNamespaceManager> &namespaceManager)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | const SharedPtr<IO::Stream>& | El flujo de datos proporcionado. |
| namespaceManager | const SharedPtr<XmlNamespaceManager>& | El XmlNamespaceManager. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++
XmlSchema::Write(const SharedPtr<IO::TextWriter>&) method
Escribe el Schema XML al IO::TextWriter suministrado.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::TextWriter> &writer)
| Parámetro | Tipo | Descripción |
|---|---|---|
| writer | const SharedPtr<IO::TextWriter>& | El IO::TextWriter al que escribir. |
Ver también
- Typedef SharedPtr
- Class TextWriter
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++
XmlSchema::Write(const SharedPtr<IO::TextWriter>&, const SharedPtr<XmlNamespaceManager>&) method
Escribe el Schema XML al TextWriter proporcionado.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::TextWriter> &writer, const SharedPtr<XmlNamespaceManager> &namespaceManager)
| Parámetro | Tipo | Descripción |
|---|---|---|
| writer | const SharedPtr<IO::TextWriter>& | El IO::TextWriter al que escribir. |
| namespaceManager | const SharedPtr<XmlNamespaceManager>& | El XmlNamespaceManager. |
Ver también
- Typedef SharedPtr
- Class TextWriter
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++
XmlSchema::Write(const SharedPtr<XmlWriter>&) method
Escribe el Schema XML al XmlWriter suministrado.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<XmlWriter> &writer)
| Parámetro | Tipo | Descripción |
|---|---|---|
| writer | const SharedPtr<XmlWriter>& | El XmlWriter al que escribir. |
Ver también
- Typedef SharedPtr
- Class XmlWriter
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++
XmlSchema::Write(const SharedPtr<XmlWriter>&, const SharedPtr<XmlNamespaceManager>&) method
Escribe el Schema XML al XmlWriter suministrado.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<XmlWriter> &writer, const SharedPtr<XmlNamespaceManager> &namespaceManager)
| Parámetro | Tipo | Descripción |
|---|---|---|
| writer | const SharedPtr<XmlWriter>& | El XmlWriter al que escribir. |
| namespaceManager | const SharedPtr<XmlNamespaceManager>& | El XmlNamespaceManager. |
Ver también
- Typedef SharedPtr
- Class XmlWriter
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++