Aspose::Pdf::Document::BindXml method

Document::BindXml(const System::SharedPtr<System::IO::Stream>&) method

Bind xml to document.

void Aspose::Pdf::Document::BindXml(const System::SharedPtr<System::IO::Stream> &stream)
ParameterTypeDescription
streamconst System::SharedPtr<System::IO::Stream>&The xml stream.

See Also

Document::BindXml(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&) method

Bind xml/xsl to document.

void Aspose::Pdf::Document::BindXml(const System::SharedPtr<System::IO::Stream> &xmlStream, const System::SharedPtr<System::IO::Stream> &xslStream)
ParameterTypeDescription
xmlStreamconst System::SharedPtr<System::IO::Stream>&The xml stream.
xslStreamconst System::SharedPtr<System::IO::Stream>&The xsl stream if XSLT is used.

See Also

Document::BindXml(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Xml::XmlReaderSettings>&) method

Bind xml/xsl to document.

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)
ParameterTypeDescription
xmlStreamconst System::SharedPtr<System::IO::Stream>&The xml stream.
xslStreamconst System::SharedPtr<System::IO::Stream>&The xsl stream if XSLT is used.
settingsconst System::SharedPtr<System::Xml::XmlReaderSettings>&The xml reader settings.

See Also

Document::BindXml(const System::String&, const System::String&) method

Bind xml/xsl to document.

void Aspose::Pdf::Document::BindXml(const System::String &xmlFile, const System::String &xslFile)
ParameterTypeDescription
xmlFileconst System::String&The xml file.
xslFileconst System::String&The xsl file if XSLT is used.

See Also

Document::BindXml(System::String) method

Bind xml to document.

void Aspose::Pdf::Document::BindXml(System::String file)
ParameterTypeDescription
fileSystem::StringThe xml file

See Also