Programmer's Guide > Interfaces > CMSObject interface > instanceDoctypeName attribute
  
instanceDoctypeName attribute
Specifies the object's instance document type name. If the object's content contains a document type declaration such as...
<!DOCTYPE book PUBLIC "-//Arbortext//DTD DocBook XML V4.0//EN" "axdocbook.dtd">
then this attribute would represent the string book. Note that this value has nothing to do with the DTD or Schema associated with this object.
Some XML instances do not contain a document type declaration and so this value would be an empty string.
For most adapters, this attribute would only be available if the object was currently loaded.
instanceDoctypeName
Access
read-write
Returns
String
Get throws
CMSException
Raised for any error.
Set throws
CMSException
Raised for any error.