Skip to main content

Crate rusty_xml_tree

Crate rusty_xml_tree 

Source
Expand description

Arena DOM matching libxml2 tree.h ownership: the document owns every node. Handles are indices, not parent+child &mut pairs.

Structs§

AttrDecl
Node
NodeId
Stable handle into an XmlDoc arena. Valid for the lifetime of the doc.
NodeIter
Sibling iterator.
XmlDoc
libxml2 xmlDoc.
XmlDtd
Parsed DTD attached to a document (xmlDtd).

Enums§

AttrDefault
ElementDecl
NodeKind
libxml2 xmlElementType discriminants.

Functions§

xml_free_doc
xmlFreeDoc is Drop.