public class

DocumentRootImpl

extends Object
java.lang.Object
   ↳ com.google.gwt.user.client.impl.DocumentRootImpl

This class is deprecated.
use the direct methods provided in Document instead

Class Overview

Native implementation used by WindowImpl and DOMImpl to access the appropriate documentRoot element, which varies based on the render mode of the browser.

Summary

Fields
protected static Element documentRoot
Public Constructors
DocumentRootImpl()
Protected Methods
Element getDocumentRoot()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected static Element documentRoot

Public Constructors

public DocumentRootImpl ()

Protected Methods

protected Element getDocumentRoot ()