Platforms to show: All Mac Windows Linux Cross-Platform

Back to XMLCharacterDataMBS class.

XMLCharacterDataMBS.Data as String

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

Returns the character data of the node that implements this interface.
The DOM implementation may not put arbitrary limits on the amount of data that may be stored in a XMLCharacterDataMBS node. However, implementation limits may mean that the entirety of a node's data may not fit into a single XMLCh* String. In such cases, the user may call substringData to retrieve the data in appropriately sized pieces.

Can be assigned with new data.
(Read and Write property)

XMLCharacterDataMBS.Length as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the number of characters that are available through data and the substringData method below.

(Read only property)

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


The biggest plugin in space...