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.
Removes the specified document from the stack.
void removeDocument(
in Document document
);A DOM document created by parsing a TVML file.