use crate::;
// Most of the back-end structures from XML and HTML are shared.
pub type HtmlParserCtxt<'a> = ;
pub type HtmlParserCtxtPtr<'a> = ;
pub type HtmlParserNodeInfo = XmlParserNodeInfo;
pub type HtmlSAXHandler = XmlSAXHandler;
// pub type HtmlSAXHandlerPtr = XmlSAXHandlerPtr;
pub type HtmlParserInput<'a> = ;
pub type HtmlDocPtr = XmlDocPtr;
pub type HtmlNodePtr = XmlNodePtr;