Expose mainFrameDocument function of WebView

In unit FMX.TMSNativeNSCore

Add to the WebView interface.

function mainFrameDocument: DOMDocument; cdecl;

Also need to implement the DOMDocument interface.