beta.xpath.RuntimeOptions¶
The beta.xpath.RuntimeOptions class is used to initialize the dynamic context components for the execution of an beta.xpath.Expression.
-
class
beta.xpath.RuntimeOptions(Session session, bool _report_unknown_args=True, *, **kwargs)¶
Attributes¶
-
beta.xslt.xpath.RuntimeOptions.cancel_flag
-
beta.xslt.xpath.RuntimeOptions.current_datetime An
xsd.dateTimevalue used for the current-dateTime component of the dynamic context. If absent, the system time will be used for the execution.
-
beta.xslt.xpath.RuntimeOptions.debugger
-
beta.xslt.xpath.RuntimeOptions.external_variables A
beta.xpath.MapItemholding the values to be supplied for the external variables. Thebeta.xpath.AtomicItemkeys are created to match thexsd.QNameof the corresponding parameter, while the values are provided asbeta.xpath.Sequence.
-
beta.xslt.xpath.RuntimeOptions.initial_context The initial context item.
-
beta.xslt.xpath.RuntimeOptions.initial_context_position The initial-context position.
-
beta.xslt.xpath.RuntimeOptions.initial_context_size The initial-context size.
-
beta.xslt.xpath.RuntimeOptions.trace_target
-
beta.xslt.xpath.RuntimeOptions.xml_document_options_provider
Special methods¶
__eq__, __ge__, __gt__, __le__, __lt__, __ne__