Platforms to show: All Mac Windows Linux Cross-Platform

Back to XMLDocumentMBS class.

XMLDocumentMBS.ShowAll = &hFFFF

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants for what to show parameter.

Show all XMLNodeMBS(s).

XMLDocumentMBS.ShowAttribute = 2

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants for what to show parameter.

Show XMLAttributeMBS nodes. This is meaningful only when creating an XMLNodeIteratorMBS or XMLTreeWalkerMBS with an attribute node as its root; in this case, it means that the attribute node will appear in the first position of the iteration or traversal. Since attributes are never children of other nodes, they do not appear when traversing over the document tree.

XMLDocumentMBS.ShowCDataSection = 8

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants for what to show parameter.

Show XMLCDATASectionMBS nodes.

XMLDocumentMBS.ShowComment = &h80

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants for what to show parameter.

Show DOMComment nodes.

XMLDocumentMBS.ShowDocument = &h100

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants for what to show parameter.

Show XMLDocumentMBS nodes.

XMLDocumentMBS.ShowDocumentFragment = &h400

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants for what to show parameter.

Show XMLDocumentFragmentMBS nodes.

XMLDocumentMBS.ShowDocumentType = &h200

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants for what to show parameter.

Show XMLDocumentTypeMBS nodes.

XMLDocumentMBS.ShowElement = 1

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants for what to show parameter.

Show XMLElementMBS nodes.

XMLDocumentMBS.ShowEntity = &h20

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants for what to show parameter.

Show XMLEntityMBS nodes. This is meaningful only when creating an XMLNodeIteratorMBS or XMLTreeWalkerMBS with an XMLEntityMBS node as its root; in this case, it means that the XMLEntityMBS node will appear in the first position of the traversal. Since entities are not part of the document tree, they do not appear when traversing over the document tree.

XMLDocumentMBS.ShowEntityReference = &h10

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants for what to show parameter.

Show XMLEntityReferenceMBS nodes.

XMLDocumentMBS.ShowNotation = &h800

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants for what to show parameter.

Show XMLNotationMBS nodes. This is meaningful only when creating an XMLNodeIteratorMBS or XMLTreeWalkerMBS with a XMLNotationMBS node as its root; in this case, it means that the XMLNotationMBS node will appear in the first position of the traversal. Since notations are not part of the document tree, they do not appear when traversing over the document tree.

XMLDocumentMBS.ShowProcessingInstruction = &h40

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants for what to show parameter.

Show XMLProcessingInstructionMBS nodes.

XMLDocumentMBS.ShowText = 4

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants for what to show parameter.

Show XMLTextMBS nodes.

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