com.google.gwt.user.client.impl
Class DocumentRootImpl

java.lang.Object
  extended by com.google.gwt.user.client.impl.DocumentRootImpl

Deprecated. use the direct methods provided in Document instead

@Deprecated
public class DocumentRootImpl
extends java.lang.Object

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


Constructor Summary
DocumentRootImpl()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentRootImpl

public DocumentRootImpl()
Deprecated.