DOMDocument.Full

Syntax:

New DOMDocument(<NamespaceURI>, <Name>, <DocumentType>)

Parameters:

<NamespaceURI> (required)

Type: String.
Namespace URI of the document's root element.

<Name> (required)

Type: String.
Qualified name of the DOM document's root element.

<DocumentType> (required)

Type: DOMDocumentType.
Definition of created document's type.

Description:

Creates DOM document with a root element and document type description.

    

1C:Enterprise Developer's Community