beta.xpath.Result
¶
The beta.xpath.Result
class represents a single final result object from an xslt or xquery execution.
The beta.xpath.Result.uri
property is a string representing the target uri (RFC 3987) calculated based on the base_output_uri.
The beta.xpath.Result.value
property is an beta.xpath.Sequence
containing the result as requested by the beta.xpath.DeliveryFormat
specified on the runtime options.
The beta.xpath.Result.serialization_params
is an beta.xpath.SerializationParams
object as computed from the static and runtime components.
-
class
beta.xpath.
Result
¶