ruffle/core/src/xml.rs

7 lines
114 B
Rust
Raw Normal View History

//! Garbage-collectable XML DOM impl
mod iterators;
mod tree;
pub use tree::{XmlNode, ELEMENT_NODE, TEXT_NODE};