pub fn dom_to_xpath(document: &Document, node: &Node) -> CompiledMatchExpand description
Convert a DOM subtree to an XPath expression + wildcard position tracking. Perl: domToXPath() → domToXPath_rec() → domToXPath_seq()
pub fn dom_to_xpath(document: &Document, node: &Node) -> CompiledMatchConvert a DOM subtree to an XPath expression + wildcard position tracking. Perl: domToXPath() → domToXPath_rec() → domToXPath_seq()