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

XmlSchema::Write(const SharedPtr<IO::Stream>&) method

Scrive lo Schema XML 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 Schema XML nel flusso fornito utilizzando lo 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>&Lo XmlNamespaceManager.

Vedi anche

XmlSchema::Write(const SharedPtr<IO::TextWriter>&) method

Scrive lo Schema XML 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 Schema XML 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>&Lo XmlNamespaceManager.

Vedi anche

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

Scrive lo Schema XML 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 Schema XML 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>&Lo XmlNamespaceManager.

Vedi anche