Contents

removeDocument

Removes the specified document from the stack.

Declaration

void removeDocument(
    in Document document
);

Parameters

  • document:

    A DOM document created by parsing a TVML file.

See Also

Removing Documents from the Stack