Platforms to show: All Mac Windows Linux Cross-Platform

Back to XMLAttributeMBS class.

XMLAttributeMBS.isId as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns whether this attribute is known to be of type ID or not.

When it is and its value is unique, the ownerElement of this attribute can be retrieved using getElementById on XMLDocumentMBS.
(Read only property)

XMLAttributeMBS.Name as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the name of this attribute.

(Read only property)

XMLAttributeMBS.OwnerElement as XMLElementMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The XMLElementMBS node this attribute is attached to or nil if this attribute is not in use.

(Read only property)

XMLAttributeMBS.SchemaTypeInfo as XMLTypeInfoMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the type information associated with this attribute.

the XMLTypeInfoMBS associated with this attribute.
(Read only property)

XMLAttributeMBS.Specified as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether this is specified.

Returns true if the attribute received its value explicitly in the XML document, or if a value was assigned programatically with the setValue function. Returns false if the attribute value came from the default value declared in the document's DTD.
(Read only property)

XMLAttributeMBS.Value as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the value of the attribute.

The value of the attribute is returned as a string. Character and general entity references are replaced with their values.

Assign something to set the value of the attribute. A text node with the unparsed contents of the string will be created.
(Read and Write property)

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


The biggest plugin in space...