System::Xml::Schema::XmlSchema::Write method
Contents
[
Hide
]XmlSchema::Write(const SharedPtr<IO::Stream>&) method
Writes the XML Schema to the supplied data stream.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::Stream> &stream)
Parameter | Type | Description |
---|---|---|
stream | const SharedPtr<IO::Stream>& | The supplied data stream. |
See Also
- 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
Writes the XML Schema to the supplied Stream using the XmlNamespaceManager specified.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::Stream> &stream, const SharedPtr<XmlNamespaceManager> &namespaceManager)
Parameter | Type | Description |
---|---|---|
stream | const SharedPtr<IO::Stream>& | The supplied data stream. |
namespaceManager | const SharedPtr<XmlNamespaceManager>& | The XmlNamespaceManager. |
See Also
- Typedef SharedPtr
- Class Stream
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++
XmlSchema::Write(const SharedPtr<IO::TextWriter>&) method
Writes the XML Schema to the supplied IO::TextWriter.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::TextWriter> &writer)
Parameter | Type | Description |
---|---|---|
writer | const SharedPtr<IO::TextWriter>& | The IO::TextWriter to write to. |
See Also
- 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
Writes the XML Schema to the supplied TextWriter.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::TextWriter> &writer, const SharedPtr<XmlNamespaceManager> &namespaceManager)
Parameter | Type | Description |
---|---|---|
writer | const SharedPtr<IO::TextWriter>& | The IO::TextWriter to write to. |
namespaceManager | const SharedPtr<XmlNamespaceManager>& | The XmlNamespaceManager. |
See Also
- Typedef SharedPtr
- Class TextWriter
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++
XmlSchema::Write(const SharedPtr<XmlWriter>&) method
Writes the XML Schema to the supplied XmlWriter.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<XmlWriter> &writer)
Parameter | Type | Description |
---|---|---|
writer | const SharedPtr<XmlWriter>& | The XmlWriter to write to. |
See Also
- Typedef SharedPtr
- Class XmlWriter
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++
XmlSchema::Write(const SharedPtr<XmlWriter>&, const SharedPtr<XmlNamespaceManager>&) method
Writes the XML Schema to the supplied XmlWriter.
void System::Xml::Schema::XmlSchema::Write(const SharedPtr<XmlWriter> &writer, const SharedPtr<XmlNamespaceManager> &namespaceManager)
Parameter | Type | Description |
---|---|---|
writer | const SharedPtr<XmlWriter>& | The XmlWriter to write to. |
namespaceManager | const SharedPtr<XmlNamespaceManager>& | The XmlNamespaceManager. |
See Also
- Typedef SharedPtr
- Class XmlWriter
- Class XmlNamespaceManager
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++