xee_xpath/
iter.rs

1//! Various iterators.
2pub use xee_interpreter::occurrence::{one, option};
3pub use xee_interpreter::sequence::AtomizedIter;