XmlLoadOptions class

XmlLoadOptions class

Options for loading XML documents.

Inheritance: XmlLoadOptionsWebLoadOptionsLoadOptionsValueObject

The XmlLoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes new instance of XmlLoadOptions class.

Properties

Property Description
format Input document file type.
page_numbering Enable or disable generation of page numbering in converted document. Default: false
base_path The base path/url for the html
encoding Get or sets the encoding to be used when loading the web document.
If the property is null the encoding will be determined from document character set attribute
resource_loading_timeout Timeout for loading external resources
skip_external_resources Implements IResourceLoadingOptions.skip_external_resources
whitelisted_resources Implements IResourceLoadingOptions.whitelisted_resources
use_pdf Use pdf for the conversion. Default: false
configure_headers Interface for configuring request headers. The implementation should define the behavior for configuring headers based on the URI.
credentials_provider Credentials provider for the URI.
xsl_fo_factory XSL-FO document stream to convert XML using XSL-FO markup file.
xslt_factory XSLT document stream to convert XML performing XSL transformation to HTML.
use_as_data_source Use Xml document as data source

Methods

Method Description
equals Determines whether two object instances are equal.

See Also