System::Xml::Schema::XmlSchema::Write metodo

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)
ParametroTipoDescrizione
streamconst SharedPtr<IO::Stream>&Il flusso di dati fornito.

Vedi anche

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)
ParametroTipoDescrizione
streamconst SharedPtr<IO::Stream>&Il flusso di dati fornito.
namespaceManagerconst SharedPtr<XmlNamespaceManager>&Il XmlNamespaceManager.

Vedi anche

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)
ParametroTipoDescrizione
writerconst SharedPtr<IO::TextWriter>&Il IO::TextWriter su cui scrivere.

Vedi anche

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)
ParametroTipoDescrizione
writerconst SharedPtr<IO::TextWriter>&Il IO::TextWriter su cui scrivere.
namespaceManagerconst SharedPtr<XmlNamespaceManager>&Il XmlNamespaceManager.

Vedi anche

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

Scrive lo XML Schema nel XmlWriter fornito.

void System::Xml::Schema::XmlSchema::Write(const SharedPtr<XmlWriter> &writer)
ParametroTipoDescrizione
writerconst SharedPtr<XmlWriter>&Il XmlWriter su cui scrivere.

Vedi anche

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)
ParametroTipoDescrizione
writerconst SharedPtr<XmlWriter>&Il XmlWriter su cui scrivere.
namespaceManagerconst SharedPtr<XmlNamespaceManager>&Il XmlNamespaceManager.

Vedi anche