Struct sxd_xpath::Factory [] [src]

pub struct Factory { /* fields omitted */ }

The primary entrypoint to convert an XPath represented as a string to a structure that can be evaluated.

Methods

impl Factory
[src]

Compiles the given string into an XPath structure.

Trait Implementations

impl Default for Factory
[src]

Returns the "default value" for a type. Read more