DzDomDocumentType Class Reference
[DOM and XML Objects]

DAZ Script DOM document type node. More...

Inheritance diagram for DzDomDocumentType:

DzDomNode List of all members.

Properties

String internalSubset
String name
String publicId
String systemId

Constructors

 DzDomDocumentType ()

Detailed Description

DAZ Script DOM document type node.

Represents a document type node in a DOM document. You usually will not construct these, but will get them from an existing document by calling DzDomDocument::doctype().


Constructor & Destructor Documentation

DzDomDocumentType::DzDomDocumentType (  ) 

Default constructor


Member Data Documentation

QString DzDomDocumentType::internalSubset

[Read Only] The internal subset of the document type

String DzDomDocumentType::name

[Read Only] The name of the node

QString DzDomDocumentType::publicId

[Read Only] The public identifier of the external DTD subset

QString DzDomDocumentType::systemId

[Read Only] The system identifier of the external DTD subset


Generated on Thu Sep 24 12:21:11 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.