Crate sxd_xpath [] [src]

Namespaces

The XPath specification assumes that the XML being processed has a prefix defined for every namespace present in the document. If you are processing XML that was parsed from text, this will be true by construction.

If you have programmatically created XML with namespaces but not defined prefixes, some XPath behavior may be confusing:

  1. The name method will not include a prefix, even if the element or attribute has a namespace.
  2. The namespace axis will not include namespaces without prefixes.

Reexports

pub use function::Function;

Modules

axis
function
nodeset
parser
tokenizer

Macros

nodeset

Convenience constructor for a nodeset

Structs

EvaluationContext
Factory

Enums

ExpressionError
LiteralValue
Value

Traits

Expression

Type Definitions

BoxFunc
Functions
Namespaces
Variables