Generic Document interface. Cast to the actual AST interface (e.g. parse5.AST.Default.Document) to get access to the properties.
Generic DocumentFragment interface. Cast to the actual AST interface (e.g. parse5.AST.Default.DocumentFragment) to get access to the properties.
Generic DocumentType interface. Cast to the actual AST interface (e.g. parse5.AST.Default.DocumentType) to get access to the properties.
Generic Element interface. Cast to the actual AST interface (e.g. parse5.AST.Default.Element) to get access to the properties.
Generic Node interface. Cast to the actual AST interface (e.g. parse5.AST.Default.Node) to get access to the properties.
Generic ParentNode interface. Cast to the actual AST interface (e.g. parse5.AST.Default.ParentNode) to get access to the properties.
Generic TextNode interface. Cast to the actual AST interface (e.g. parse5.AST.Default.TextNode) to get access to the properties.
Generated using TypeDoc
Generic CommentNode interface. Cast to the actual AST interface (e.g. parse5.AST.Default.CommentNode) to get access to the properties.