System::Xml::XmlDocument::CreateDocumentType method
Contents
[
Hide
]XmlDocument::CreateDocumentType method
Returns a new XmlDocumentType object.
virtual SharedPtr<XmlDocumentType> System::Xml::XmlDocument::CreateDocumentType(const String &name, const String &publicId, const String &systemId, const String &internalSubset)
Parameter | Type | Description |
---|---|---|
name | const String& | Name of the document type. |
publicId | const String& | The public identifier of the document type or nullptr. You can specify a public URI and also a system identifier to identify the location of the external DTD subset. |
systemId | const String& | The system identifier of the document type or nullptr. Specifies the URL of the file location for the external DTD subset. |
internalSubset | const String& | The DTD internal subset of the document type or nullptr. |
ReturnValue
The new XmlDocumentType.
See Also
- Typedef SharedPtr
- Class XmlDocumentType
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.TeX for C++