Write()

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)

Arguments

ParameterTypeDescription
streamconst SharedPtr<IO::Stream>&The supplied data stream.

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)

Arguments

ParameterTypeDescription
streamconst SharedPtr<IO::Stream>&The supplied data stream.
namespaceManagerconst SharedPtr<XmlNamespaceManager>&The XmlNamespaceManager.

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)

Arguments

ParameterTypeDescription
writerconst SharedPtr<IO::TextWriter>&The IO::TextWriter to write to.

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)

Arguments

ParameterTypeDescription
writerconst SharedPtr<IO::TextWriter>&The IO::TextWriter to write to.
namespaceManagerconst SharedPtr<XmlNamespaceManager>&The XmlNamespaceManager.

XmlSchema::Write(const SharedPtr<XmlWriter>&) method

Writes the XML Schema to the supplied XmlWriter.

void System::Xml::Schema::XmlSchema::Write(const SharedPtr<XmlWriter> &writer)

Arguments

ParameterTypeDescription
writerconst SharedPtr<XmlWriter>&The XmlWriter to write to.

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)

Arguments

ParameterTypeDescription
writerconst SharedPtr<XmlWriter>&The XmlWriter to write to.
namespaceManagerconst SharedPtr<XmlNamespaceManager>&The XmlNamespaceManager.

See Also