document top-level property
Document
document
final
The global document object.
On browser: wraps the real document.
On server: a no-op implementation.
Implementation
final d.Document document = impl.createDocument();