pub fn floor<N: Node, F: FnMut(&str) -> Result<(), Error>, G: FnMut(&str) -> Result<N, Error>, H: FnMut(&Url) -> Result<String, Error>>(
ctxt: &Context<N>,
stctxt: &mut StaticContext<N, F, G, H>,
f: &Transform<N>,
) -> Result<Sequence<N>, Error>
Expand description
XPath floor function.