addDocumentTypeObject

addDocumentTypeObject(documentType: JadeXMLDocumentType;
                      name:         String;
                      publicId:     String;
                      systemId:     String;
                      internalSubset: String): JadeXMLDocumentType updating;

The addDocumentTypeObject method of the JadeXMLDocument class adds a document type object with the specified parameter values and returns a reference to the added JadeXMLDocumentType object instance.

The addDocumentTypeObject method parameters are listed in the following table.

Parameter Description
name Name of the Document Type Definition (DTD)
publicId Public identifier of the external subset
systemId System identifier of the external subset
internalSubset Internal subset