Skip to content

DocTypeNode - cXMLDOMDocument

Returns a DocumentType object if a DTD exists for this document

Type: Function
Return Data Type: Handle

Syntax

Function DocTypeNode Returns Handle

Call Example

Get DocTypeNode to HandleVariable

Description

DocTypeNode returns a cXMLDomDocumentType object if a DTD exists for this XML document object.

Access to information from a cXMLDomDocumentType object is limited. You may wish to use psXML to get more information.

Return Value

Returns a cXMLDomDocumentType object representing the DTD. If there is not DTD, it returns 0.