DOMNodeType Enum

Definition

This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) object or member. For information about the MSXML object or member that is wrapped by this type or member, see the MSXML SDKWorking with MSXML5 and System.Xml Using the InfoPath 2003 Object Model

C#
public enum DOMNodeType
Inheritance
DOMNodeType

Fields

Name Value Description
NODE_INVALID 0
NODE_ELEMENT 1
NODE_ATTRIBUTE 2
NODE_TEXT 3
NODE_CDATA_SECTION 4
NODE_ENTITY_REFERENCE 5
NODE_ENTITY 6
NODE_PROCESSING_INSTRUCTION 7
NODE_COMMENT 8
NODE_DOCUMENT 9
NODE_DOCUMENT_TYPE 10
NODE_DOCUMENT_FRAGMENT 11
NODE_NOTATION 12

Applies to

Product Versions
InfoPath external automation Latest