Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Version: Available or changed with runtime version 1.0.
Creates an XmlDocumentType node.
Syntax
XmlDocumentType := XmlDocumentType.Create(Name: Text, PublicId: Text, SystemId: Text, InternalSubSet: Text)
Parameters
Name
Type: Text
A string that contains the qualified name of the DTD, which is the same as the qualified name of the root element of the XML document.
PublicId
Type: Text
A string that contains the public identifier of an external public DTD.
SystemId
Type: Text
A string that contains the system identifier of an external private DTD.
InternalSubSet
Type: Text
A string that contains the internal subset for an internal DTD.
Return Value
XmlDocumentType
Type: XmlDocumentType
The created XmlDocumentType node.
Related information
XmlDocumentType Data Type
Get Started with AL
Developing Extensions