xee-xpath-ast 0.1.4

XPath parser and AST implementation
Documentation
1
2
3
4
5
6
7
8
9
---
source: xee-xpath-ast/src/parser/mod.rs
expression: "parse_name(\"xs:foo\", &namespaces)"
---
Ok(OwnedName(
  local_name_str: "foo",
  namespace_str: "http://www.w3.org/2001/XMLSchema",
  prefix_str: "xs",
))