DOMDocumentType.Default

Syntax:

New DOMDocumentType(<Name>, <PublicId>, <SystemId>)

Parameters:

<Name> (required)

Type: String.
XML document name.

<PublicId> (optional)

Type: String.
Public id of document type definition.

<SystemId> (optional)

Type: String.
System id of document type definition.

Description:

Creates an object instance.

    

1C:Enterprise Developer's Community