BackgroundClass ChildrenGenerator

A generator that handles the special children tag. It ensuresthat it has no own contents.

Hierarchy

  • ChildrenGenerator

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters
    • node: any
    Returns ChildrenGenerator

Properties

node

node:Node

The node that will be cloned.

Methods

compile

  • compile(parentNode: DocumentFragment): void
  • Compiles the node.

    Parameters
    • parentNode: DocumentFragment
    Returns void