Platforms to show: All Mac Windows Linux Cross-Platform

Back to XMLOutputMBS class.

XMLOutputMBS.Encoding as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The encoding which will be required for use with the XML text read via a stream opened by this input source.
Example

Dim output As New XMLOutputMBS
output.Encoding = "UTF-8"

// now pass to write method in XMLSerializerMBS class

This is usually not set, allowing the encoding to be sensed in the usual XML way. However, in some cases, the encoding in the file is known to be incorrect because of intermediate transcoding, for instance encapsulation within a MIME document.

Pass the name of the encoding to force, e.g. "UTF-8".
(Read and Write property)

XMLOutputMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The internal object reference.

(Read only property)

XMLOutputMBS.SystemId as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The system identifier for this input source.

The system id is always required. The public id may be used to map to another system id, but the system id must always be present as a fall back.

If the system ID is a URL, it must be fully resolved.
(Read and Write property)

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


The biggest plugin in space...