Platforms to show: All Mac Windows Linux Cross-Platform

Back to XMLNodeFilterMBS class.

XMLNodeFilterMBS.FilterAccept = 1

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the filter return constants.

Accept the node. Navigation methods defined for XMLNodeIteratorMBS or XMLTreeWalkerMBS will return this node.

XMLNodeFilterMBS.FilterReject = 2

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the filter return constants.

Reject the node. Navigation methods defined for XMLNodeIteratorMBS or XMLTreeWalkerMBS will not return this node. For XMLTreeWalkerMBS, the children of this node will also be rejected. XMLNodeIteratorMBSs treat this as a synonym for FilterSkip.

XMLNodeFilterMBS.FilterSkip = 3

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the filter return constants.

Skip this single node. Navigation methods defined for XMLNodeIteratorMBS or XMLTreeWalkerMBS will not return this node. For both XMLNodeIteratorMBS and XMLTreeWalkerMBS, the children of this node will still be considered.

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


💬 Ask a question or report a problem
The biggest plugin in space...