Platforms to show: All Mac Windows Linux Cross-Platform

Back to XMLSerializerMBS class.

XMLSerializerMBS.DOMConfig as XMLConfigurationMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The XMLConfigurationMBS object used by the Serializer when serializing a DOM node.

(Read only property)

XMLSerializerMBS.Filter as XMLSerializerFilterMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The filter to decide which elements to output.

When the application provides a filter, the serializer will call out to the filter before serializing each Node. Attribute nodes are never passed to the filter. The filter implementation can choose to remove the node from the stream or to terminate the serialization early.

filter: The writer filter to be used.
(Read and Write property)

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

XMLSerializerMBS.NewLine as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The end-of-line sequence of characters to be used in the XML being written out.

The only permitted values are these: ""
Use a default end-of-line sequence. DOM implementations should choose the default to match the usual convention for text files in the environment being used. Implementations must choose a default sequence that matches one of those allowed by 2.11 "End-of-Line Handling". However, Xerces-C++ always uses LF when this property is set to nil since otherwise automatic translation of LF to CR-LF on Windows for text files would result in such files containing CR-CR-LF. If you need Windows-style end of line sequences in your output, consider writing to a file opened in text mode or explicitly set this property to CR-LF.

The default value for this attribute is "" to use default.
(Read and Write property)

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


The biggest plugin in space...