Type Alias ChildNode

ChildNode:
    | Text
    | Comment
    | ProcessingInstruction
    | Element
    | CDATA
    | Document

A node that can have a parent.