Aspose::Pdf::Document::BindXml metod
Innehåll
[
Dölj
]Document::BindXml(const System::SharedPtr<System::IO::Stream>&) method
Koppla XML till dokumentet.
void Aspose::Pdf::Document::BindXml(const System::SharedPtr<System::IO::Stream> &stream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| ström | const System::SharedPtr<System::IO::Stream>& | XML‑strömmen. |
Se även
- Typedef SharedPtr
- Class Stream
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::BindXml(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&) method
Koppla XML/XSL till dokumentet.
void Aspose::Pdf::Document::BindXml(const System::SharedPtr<System::IO::Stream> &xmlStream, const System::SharedPtr<System::IO::Stream> &xslStream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| xmlStream | const System::SharedPtr<System::IO::Stream>& | XML‑strömmen. |
| xslStream | const System::SharedPtr<System::IO::Stream>& | XSL‑strömmen om XSLT används. |
Se även
- Typedef SharedPtr
- Class Stream
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::BindXml(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Xml::XmlReaderSettings>&) method
Koppla XML/XSL till dokumentet.
void Aspose::Pdf::Document::BindXml(const System::SharedPtr<System::IO::Stream> &xmlStream, const System::SharedPtr<System::IO::Stream> &xslStream, const System::SharedPtr<System::Xml::XmlReaderSettings> &settings)
| Parameter | Typ | Beskrivning |
|---|---|---|
| xmlStream | const System::SharedPtr<System::IO::Stream>& | XML‑strömmen. |
| xslStream | const System::SharedPtr<System::IO::Stream>& | XSL‑strömmen om XSLT används. |
| inställningar | const System::SharedPtr<System::Xml::XmlReaderSettings>& | Inställningarna för XML‑läsaren. |
Se även
- Typedef SharedPtr
- Class Stream
- Class XmlReaderSettings
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::BindXml(const System::String&, const System::String&) method
Koppla XML/XSL till dokumentet.
void Aspose::Pdf::Document::BindXml(const System::String &xmlFile, const System::String &xslFile)
| Parameter | Typ | Beskrivning |
|---|---|---|
| xmlFile | const System::String& | XML‑filen. |
| xslFile | const System::String& | XSL‑filen om XSLT används. |
Se även
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::BindXml(System::String) method
Koppla XML till dokumentet.
void Aspose::Pdf::Document::BindXml(System::String file)
| Parameter | Typ | Beskrivning |
|---|---|---|
| fil | System::String | XML‑filen |
Se även
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++