Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to XMLElementMBS class.
XMLElementMBS.ChildElementCount as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | XML | MBS XML Plugin | 22.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Note: the count is computed every time this function is invoked
The number of XMLElementMBS objects that are direct children of this object (nested elements are not counted), or 0 if there is none.
(Read only property)
XMLElementMBS.FirstElementChild 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 object that is the first element node among the child nodes of this node, or nil if there is none.
(Read only property)
XMLElementMBS.LastElementChild 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 object that is the last element node among the child nodes of this node, or nil if there is none.
(Read only property)
XMLElementMBS.NextElementSibling 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 object that is the next sibling element node in document order, or nil if there is none.
(Read only property)
XMLElementMBS.PreviousElementSibling 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 object that is the previous sibling element node in document order, or nil if there is none.
(Read only property)
XMLElementMBS.SchemaTypeInfo as XMLTypeInfoMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | XML | MBS XML Plugin | 22.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
XMLElementMBS.TagName as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | XML | MBS XML Plugin | 22.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
For example, in: <elementExample id="demo"> ... </elementExample>, tagName has the value "elementExample". Note that this is case-preserving in XML, as are all of the operations of the DOM.
(Read only property)
The items on this page are in the following plugins: MBS XML Plugin.