Platforms to show: All Mac Windows Linux Cross-Platform

Back to XMLInputMBS class.

XMLInputMBS.BaseURI as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The base URI to be used for resolving relative URIs to absolute URIs.

If the baseURI is itself a relative URI, the behavior is implementation dependent.
(Read and Write property)

XMLInputMBS.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 Input As New XMLInputMBS
Input.Encoding = "UTF-8"
Input.InputString = "<test id=""123"">Hello</test>"

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.
(Read and Write property)

XMLInputMBS.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)

XMLInputMBS.InputMemory as MemoryBlock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The input memoryblock.

(Read and Write property)

XMLInputMBS.InputString as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The input string.
Example

Dim Input As New XMLInputMBS
Input.Encoding = "UTF-8"
Input.InputString = "<test id=""123"">Hello</test>"

(Read and Write property)

XMLInputMBS.IssueFatalErrorIfNotFound as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Indicates if the parser should issue fatal error if this input source is not found.

If set to false, the parser issue warning message instead.
Default: true
(Read and Write property)

XMLInputMBS.PublicId as String

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

The public identifier is always optional: if the application writer includes one, it will be provided as part of the location information.
(Read and Write property)

XMLInputMBS.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...