GetDocType

Description

Allows you to retrieve the DOCTYPE declaration of the current XML DOM document.

Syntax

pbdom_document_name.GetDocType()

Argument

Description

pbdom_document_name

The name of a PBDOM_DOCUMENT object


Return value

PBDOM_DOCTYPE.

Throws

EXCEPTION_MEMORY_ALLOCATION_FAILURE -- Insufficient memory was encountered while executing this method.

Usage

The DOCTYPE declaration is housed in a PBDOM_OBJECT.