User Tools

Site Tools


DzDomDocumentType

Represents a Document Object Model (DOM) “Document Type”.

More...

Inherits :

Properties

Detailed Description

A script wrapper for QDomDocumentType. This object represents a “Document Type” node in a DOM document tree.

Instances of this object are not constructed directly, rather they are retrieved from a DOM document by calling DzDomDocument::doctype().

Properties


String : internalSubset

Holds the internal subset of the document type. (Read Only)


String : name

Holds the name of this node; as specified in the !DOCTYPE tag. (Read Only)


String : publicId

Holds the public identifier of the external Document Type Definition (DTD) subset. (Read Only)


String : systemId

Holds the system identifier of the external Document Type Definition (DTD) subset. (Read Only)