Type Definition yrs::TreeWalker[][src]

pub type TreeWalker = TreeWalker<'static, 'static>;
Expand description

Iterator used to traverse over the complex nested tree structure of a XML node. XML node iterator walks only over YXmlElement and YXmlText nodes. It does so in ordered manner (using the order in which children are ordered within their parent nodes) and using depth-first traverse.