Share via


createDocumentFragment method

[This documentation is preliminary and is subject to change.]

Creates a new document and returns a pointer to the newly created document.

Document Object Model (DOM) Level 3 Core Specification, Section 1.4

Syntax

HRESULT retVal = object.createDocumentFragment();

Standards information

Parameters

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

 

 

Build date: 1/26/2012