Aspose::Pdf::Document::BindXml method

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

Bind xml to document.

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

See Also

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

Bind xml/xsl to document.

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

See Also

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

Bind xml/xsl to document.

void Aspose::Pdf::Document::BindXml(System::SharedPtr<System::IO::Stream> xmlStream, System::SharedPtr<System::IO::Stream> xslStream, System::SharedPtr<System::Xml::XmlReaderSettings> settings)
ParameterTypeDescription
xmlStreamSystem::SharedPtr<System::IO::Stream>The xml stream.
xslStreamSystem::SharedPtr<System::IO::Stream>The xsl stream if XSLT is used.
settingsSystem::SharedPtr<System::Xml::XmlReaderSettings>The xml reader settings.

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

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

Bind xml/xsl to document.

void Aspose::Pdf::Document::BindXml(System::String xmlFile, System::String xslFile)
ParameterTypeDescription
xmlFileSystem::StringThe xml file.
xslFileSystem::StringThe xsl file if XSLT is used.

See Also