Contents

popToDocument

Removes all of the documents on the stack that are above the passed document.

Declaration

void popToDocument(
    in Document document
);

Parameters

  • document:

    A DOM document created by parsing a TVML file.

See Also

Removing Documents from the Stack