Options
All
  • Public
  • Public/Protected
  • All
Menu

Module AST

Index

Type aliases

CommentNode

CommentNode: CommentNode | CommentNode | Object

Generic CommentNode interface. Cast to the actual AST interface (e.g. parse5.AST.Default.CommentNode) to get access to the properties.

Document

Document: Document | Document | Object

Generic Document interface. Cast to the actual AST interface (e.g. parse5.AST.Default.Document) to get access to the properties.

DocumentFragment

DocumentFragment: DocumentFragment | DocumentFragment | Object

Generic DocumentFragment interface. Cast to the actual AST interface (e.g. parse5.AST.Default.DocumentFragment) to get access to the properties.

DocumentMode

DocumentMode: "no-quirks" | "quirks" | "limited-quirks"

DocumentType

DocumentType: DocumentType | DocumentType | Object

Generic DocumentType interface. Cast to the actual AST interface (e.g. parse5.AST.Default.DocumentType) to get access to the properties.

Element

Element: Element | Element | Object

Generic Element interface. Cast to the actual AST interface (e.g. parse5.AST.Default.Element) to get access to the properties.

Node

Node: Node | Node | Object

Generic Node interface. Cast to the actual AST interface (e.g. parse5.AST.Default.Node) to get access to the properties.

ParentNode

ParentNode: ParentNode | ParentNode | Object

Generic ParentNode interface. Cast to the actual AST interface (e.g. parse5.AST.Default.ParentNode) to get access to the properties.

TextNode

TextNode: TextNode | TextNode | Object

Generic TextNode interface. Cast to the actual AST interface (e.g. parse5.AST.Default.TextNode) to get access to the properties.

Generated using TypeDoc