The Interface class / ui.Interface methods |
Returns the DOM document of the abstract user interface tree.
ui.Interface.getDocument() RETURNING result om.DomDocument
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.