XMLDocumentMBS shared methods

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

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.


💬 Ask a question or report a problem