// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
pub use Document;
pub use ElementType;
pub use *;
pub use Node;
pub use NodeType;
use ;
/// Type alias for `NameRef<ElementId>`.
pub type TagNameRef<'a> = ;
/// Type alias for `Name<ElementId>`.
pub type TagName = ;