Skip to main content

CompiledMatch

Type Alias CompiledMatch 

Source
pub type CompiledMatch = (String, usize, Vec<WildPath>);
Expand description

Result of domToXPath compilation: xpath string, node count, wildcard paths.