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

Methods

Special methods

__add__, __contains__, __eq__, __ge__, __getitem__, __gt__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __rmul__