System::Xml::Schema::XmlSchema::Write méthode

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

Écrit le Schema XML dans le flux de données fourni.

void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::Stream> &stream)
ParamètreTypeDescription
fluxconst SharedPtr<IO::Stream>&Le flux de données fourni.

Voir aussi

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

Écrit le Schema XML dans le flux fourni en utilisant le XmlNamespaceManager spécifié.

void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::Stream> &stream, const SharedPtr<XmlNamespaceManager> &namespaceManager)
ParamètreTypeDescription
fluxconst SharedPtr<IO::Stream>&Le flux de données fourni.
namespaceManagerconst SharedPtr<XmlNamespaceManager>&Le XmlNamespaceManager.

Voir aussi

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

Écrit le Schema XML dans le IO::TextWriter fourni.

void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::TextWriter> &writer)
ParamètreTypeDescription
writerconst SharedPtr<IO::TextWriter>&Le IO::TextWriter dans lequel écrire.

Voir aussi

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

Écrit le Schema XML dans le TextWriter fourni.

void System::Xml::Schema::XmlSchema::Write(const SharedPtr<IO::TextWriter> &writer, const SharedPtr<XmlNamespaceManager> &namespaceManager)
ParamètreTypeDescription
writerconst SharedPtr<IO::TextWriter>&Le IO::TextWriter dans lequel écrire.
namespaceManagerconst SharedPtr<XmlNamespaceManager>&Le XmlNamespaceManager.

Voir aussi

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

Écrit le Schema XML dans le XmlWriter fourni.

void System::Xml::Schema::XmlSchema::Write(const SharedPtr<XmlWriter> &writer)
ParamètreTypeDescription
writerconst SharedPtr<XmlWriter>&Le XmlWriter dans lequel écrire.

Voir aussi

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

Écrit le Schema XML dans le XmlWriter fourni.

void System::Xml::Schema::XmlSchema::Write(const SharedPtr<XmlWriter> &writer, const SharedPtr<XmlNamespaceManager> &namespaceManager)
ParamètreTypeDescription
writerconst SharedPtr<XmlWriter>&Le XmlWriter dans lequel écrire.
namespaceManagerconst SharedPtr<XmlNamespaceManager>&Le XmlNamespaceManager.

Voir aussi