pub use self::TagKind::EmptyTag;
pub use self::TagKind::EndTag;
pub use self::TagKind::ShortTag;
pub use self::TagKind::StartTag;
DOCTYPE