Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentNode

The root node of the document.

Hierarchy

Index

Properties

children

children: INode[]

The list of node children.

doctype

doctype: string

The doctype string <!DOCTYPE … >.

end

end: number

The index where the node ends.

nodeType

nodeType: DOCUMENT

The type of the node.

parent

parent: null | IContainerNode

The parent of the node.

start

start: number

The index where the node starts.

Generated using TypeDoc