ui.Interface.getDocument
Returns the DOM document of the abstract user interface tree.
Syntax
ui.Interface.getDocument()
RETURNS om.DomDocument
Usage
The ui.Interface.getDocument()
method returns the DOM document of the
abstract user interface tree.
Define a variable with the type om.DomDocument
to receive the result of this
method.
Consider using the getRootNode()
method instead to get directely the root DOM
node of the AUI tree.