mod attribute;
mod core;
mod entry;
mod namespace;
pub use attribute::{Attributes, MutableAttributes};
pub(crate) use core::category_predicate;
pub use core::{MutableNodeMap, NodeMap};
pub use entry::Entry;
pub use namespace::{MutableNamespaces, Namespaces};