Aspose::Pdf::Document::BindXml metod

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)
ParameterTypBeskrivning
strömconst System::SharedPtr<System::IO::Stream>&XML‑strömmen.

Se även

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)
ParameterTypBeskrivning
xmlStreamconst System::SharedPtr<System::IO::Stream>&XML‑strömmen.
xslStreamconst System::SharedPtr<System::IO::Stream>&XSL‑strömmen om XSLT används.

Se även

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)
ParameterTypBeskrivning
xmlStreamconst System::SharedPtr<System::IO::Stream>&XML‑strömmen.
xslStreamconst System::SharedPtr<System::IO::Stream>&XSL‑strömmen om XSLT används.
inställningarconst System::SharedPtr<System::Xml::XmlReaderSettings>&Inställningarna för XML‑läsaren.

Se även

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)
ParameterTypBeskrivning
xmlFileconst System::String&XML‑filen.
xslFileconst System::String&XSL‑filen om XSLT används.

Se även

Document::BindXml(System::String) method

Koppla XML till dokumentet.

void Aspose::Pdf::Document::BindXml(System::String file)
ParameterTypBeskrivning
filSystem::StringXML‑filen

Se även