System::Xml::XmlDocument::Save metodo
Contenuti
[
Nascondere
]XmlDocument::Save(SharedPtr<IO::Stream>) method
Salva il documento XML nello stream specificato.
virtual void System::Xml::XmlDocument::Save(SharedPtr<IO::Stream> outStream)
| Parametro | Tipo | Descrizione |
|---|---|---|
| outStream | SharedPtr<IO::Stream> | Lo stream su cui desideri salvare. |
Vedi anche
- Typedef SharedPtr
- Class Stream
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Font for C++
XmlDocument::Save(SharedPtr<IO::TextWriter>) method
Salva il documento XML nel TextWriter specificato.
virtual void System::Xml::XmlDocument::Save(SharedPtr<IO::TextWriter> writer)
| Parametro | Tipo | Descrizione |
|---|---|---|
| scrittore | SharedPtr<IO::TextWriter> | Il TextWriter in cui vuoi salvare. |
Vedi anche
- Typedef SharedPtr
- Class TextWriter
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Font for C++
XmlDocument::Save(SharedPtr<XmlWriter>) method
Salva il documento XML nel XmlWriter specificato.
virtual void System::Xml::XmlDocument::Save(SharedPtr<XmlWriter> w)
| Parametro | Tipo | Descrizione |
|---|---|---|
| w | SharedPtr<XmlWriter> | Il XmlWriter a cui vuoi salvare. |
Vedi anche
- Typedef SharedPtr
- Class XmlWriter
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Font for C++
XmlDocument::Save(String) method
Salva il documento XML nel file specificato. Se il file specificato esiste, questo metodo lo sovrascrive.
virtual void System::Xml::XmlDocument::Save(String filename)
| Parametro | Tipo | Descrizione |
|---|---|---|
| filename | Stringa | Il percorso del file in cui vuoi salvare il documento. |
Vedi anche
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Font for C++