pub fn parse<N: Node>(
input: &str,
n: Option<N>,
nmap: Option<NamespaceMap>,
) -> Result<Transform<N>, Error>Expand description
Parse an XPath expression to produce a Transform. The optional Node or NamespaceMap may be used to resolve XML Namespaces (The Node will be searched first).