DOMView2DVDocument

Document element in the browser DOM

This page only lists methods and properties specific to DOMView2, for standards methods and properties please see the MDN developer docs.

ApplyLayout

Speeds up DOM changes by storing all writes after DeferLayout is called

After this call, all queued write operations are executed as a single action.

DeferLayout

Speeds up DOM changes by storing all writes until ApplyLayout is called

After this call, all write operations are queued to be executed as a single action

QueryXPath

DOMView2 specific property returns a DVHTMLElement from an XPath query

QueryXPathAll

DOMView2 specific property returns an array of DVHTMLElement from an XPath query