Platforms to show: All Mac Windows Linux Cross-Platform

Back to XMLNodeMBS class.

XMLNodeMBS.DocumentPositionContainedBy = 16

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants returned by compareDocumentPosition function.

The node is contained by the reference node. A node which is contained is always following, too.

XMLNodeMBS.DocumentPositionContains = 8

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants returned by compareDocumentPosition function.

The node contains the reference node. A node which contains is always preceding, too.

XMLNodeMBS.DocumentPositionDisconnected = 1

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants returned by compareDocumentPosition function.

The two nodes are disconnected. Order between disconnected nodes is always implementation-specific.

XMLNodeMBS.DocumentPositionFollowing = 4

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants returned by compareDocumentPosition function.

The node follows the reference node.

XMLNodeMBS.DocumentPositionImplementationSpecific = 32

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants returned by compareDocumentPosition function.

The determination of preceding versus following is implementation-specific.

XMLNodeMBS.DocumentPositionPreceding = 2

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the constants returned by compareDocumentPosition function.

The second node precedes the reference node.

XMLNodeMBS.TypeAttribute = 2

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the node type constants.

Attribute Node

XMLNodeMBS.TypeCDataSection = 4

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the node type constants.

CDataSection Node

XMLNodeMBS.TypeComment = 8

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the node type constants.

Comment Node

XMLNodeMBS.TypeDocument = 9

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the node type constants.

Document Node

XMLNodeMBS.TypeDocumentFragment = 11

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the node type constants.

Document Fragment

XMLNodeMBS.TypeDocumentType = 10

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the node type constants.

Document Type Node

XMLNodeMBS.TypeElement = 1

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the node type constants.

Element Node

XMLNodeMBS.TypeEntity = 6

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the node type constants.

Entity Node

XMLNodeMBS.TypeEntityReferenceNode = 5

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the node type constants.

Entity Reference Node

XMLNodeMBS.TypeNotation = 12

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the node type constants.

Notation Node

XMLNodeMBS.TypeProcessingInstruction = 7

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the node type constants.

Processing Instruction Node

XMLNodeMBS.TypeText = 3

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the node type constants.

Text Node

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