Expand description
Represents an SVG document as a read-only tree.
rosvgtree is similar to roxmltree,
and even uses it for parsing, but instead of producing an XML tree,
it produces an SVG tree by
post-processing
XML, to make SVG parsing easier.
Re-exports§
pub use roxmltree;
Structs§
- Ancestors
- An iterator over ancestor nodes.
- Attribute
- An attribute.
- Children
- An iterator over children nodes.
- Descendants
- A descendants iterator.
- Document
- An SVG tree container.
- Href
Iter - An iterator over
xlink:hrefreferences. - Node
- An SVG node.
Enums§
- Attribute
Id - An attribute ID.
- Element
Id - An element ID.
- Error
- A list of all possible errors.