Platforms to show: All Mac Windows Linux Cross-Platform

Back to XMLDocumentMBS class.

XMLDocumentMBS.Create as XMLDocumentMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a blank document.

See also:

XMLDocumentMBS.Create(namespaceURI as String, qualifiedName as string, DocumentType as XMLDocumentTypeMBS = nil) as XMLDocumentMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a DOMDocument object of the specified type with its document element.

namespaceURI: The namespace URI of the document element to create.
qualifiedName: The qualified name of the document element to be created.
DocumentType: The type of document to be created or nil. When doctype is not nil, its ownerDocument attribute is set to the document being created.

Returns a new XMLDocumentMBS object.

See also:

The items on this page are in the following plugins: MBS XML Plugin.


The biggest plugin in space...