Platforms to show: All Mac Windows Linux Cross-Platform

Back to XMLTreeWalkerMBS class.

XMLTreeWalkerMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The private constructor.

XMLTreeWalkerMBS.firstChild as XMLNodeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Moves the XMLTreeWalkerMBS to the first visible child of the current node, and returns the new node.

If the current node has no visible children, returns null, and retains the current node.
The new node, or null if the current node has no visible children in the XMLTreeWalkerMBS's logical view.

XMLTreeWalkerMBS.lastChild as XMLNodeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Moves the XMLTreeWalkerMBS to the last visible child of the current node, and returns the new node.

If the current node has no visible children, returns null, and retains the current node.
The new node, or null if the current node has no children in the XMLTreeWalkerMBS's logical view.

XMLTreeWalkerMBS.nextNode as XMLNodeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Moves the XMLTreeWalkerMBS to the next visible node in document order relative to the current node, and returns the new node.

If the current node has no next node, or if the search for nextNode attempts to step upward from the XMLTreeWalkerMBS's root node, returns null, and retains the current node.
The new node, or null if the current node has no next node in the XMLTreeWalkerMBS's logical view.

XMLTreeWalkerMBS.nextSibling as XMLNodeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Moves the XMLTreeWalkerMBS to the next sibling of the current node, and returns the new node.

If the current node has no visible next sibling, returns null, and retains the current node.
The new node, or null if the current node has no next sibling. in the XMLTreeWalkerMBS's logical view.

XMLTreeWalkerMBS.ParentNode as XMLNodeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Moves to and returns the closest visible ancestor node of the current node.

If the search for parentNode attempts to step upward from the XMLTreeWalkerMBS's root node, or if it fails to find a visible ancestor node, this method retains the current position and returns null.
The new parent node, or null if the current node has no parent in the XMLTreeWalkerMBS's logical view.

XMLTreeWalkerMBS.previousNode as XMLNodeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Moves the XMLTreeWalkerMBS to the previous visible node in document order relative to the current node, and returns the new node.

If the current node has no previous node, or if the search for previousNode attempts to step upward from the XMLTreeWalkerMBS's root node, returns null, and retains the current node.
The new node, or null if the current node has no previous node in the XMLTreeWalkerMBS's logical view.

XMLTreeWalkerMBS.previousSibling as XMLNodeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Moves the XMLTreeWalkerMBS to the previous sibling of the current node, and returns the new node.

If the current node has no visible previous sibling, returns null, and retains the current node.
The new node, or null if the current node has no previous sibling. in the XMLTreeWalkerMBS's logical view.

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


The biggest plugin in space...