//! Garbage-collectable XML DOM impl mod document; mod tree; type Error = Box; pub use document::XMLDocument; pub use tree::XMLNode;