pushDocument
Pushes the specified document onto the stack.
Declaration
void pushDocument(
in Document document
);Parameters
- document:
The DOM document that is to be added onto the stack.
Discussion
The document being pushed onto the stack must be a valid parsed DOM object.