//! XML node representation and operations.
pubmoderror;modmutable;modreadonly;modtypes;#[cfg(test)]modtests;// Re-export public types
pubusemutable::XmlNode;pubusereadonly::XmlRoNode;pubusetypes::{NodeId, NodeType};// Re-export internal types for crate use
pub(crate)usetypes::NodeData;