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 |
Show all XMLNodeMBS(s).
XMLDocumentMBS.ShowAttribute = 2
Type | Topic | Plugin | Version |
const | XML | MBS XML Plugin | 22.4 |
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 |
Show XMLCDATASectionMBS nodes.
XMLDocumentMBS.ShowComment = &h80
Type | Topic | Plugin | Version |
const | XML | MBS XML Plugin | 22.4 |
Show DOMComment nodes.
XMLDocumentMBS.ShowDocument = &h100
Type | Topic | Plugin | Version |
const | XML | MBS XML Plugin | 22.4 |
Show XMLDocumentMBS nodes.
XMLDocumentMBS.ShowDocumentFragment = &h400
Type | Topic | Plugin | Version |
const | XML | MBS XML Plugin | 22.4 |
Show XMLDocumentFragmentMBS nodes.
XMLDocumentMBS.ShowDocumentType = &h200
Type | Topic | Plugin | Version |
const | XML | MBS XML Plugin | 22.4 |
Show XMLDocumentTypeMBS nodes.
XMLDocumentMBS.ShowElement = 1
Type | Topic | Plugin | Version |
const | XML | MBS XML Plugin | 22.4 |
Show XMLElementMBS nodes.
XMLDocumentMBS.ShowEntity = &h20
Type | Topic | Plugin | Version |
const | XML | MBS XML Plugin | 22.4 |
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 |
Show XMLEntityReferenceMBS nodes.
XMLDocumentMBS.ShowNotation = &h800
Type | Topic | Plugin | Version |
const | XML | MBS XML Plugin | 22.4 |
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 |
Show XMLProcessingInstructionMBS nodes.
Type | Topic | Plugin | Version |
const | XML | MBS XML Plugin | 22.4 |
Show XMLTextMBS nodes.
The items on this page are in the following plugins: MBS XML Plugin.
