Org.W3c.Dom.Node: Field Members

The fields of Org.W3c.Dom.Node are listed below. For a list of all members, see the Node Members list.

See Also: Inherited members from System.Object

Public Fields

const
AttributeNodeshort (2). The node is an Attr.
const
CdataSectionNodeshort (4). The node is a CDATASection.
const
CommentNodeshort (8). The node is a Comment.
const
DocumentFragmentNodeshort (11). The node is a DocumentFragment.
const
DocumentNodeshort (9). The node is a Document.
const
DocumentTypeNodeshort (10). The node is a DocumentType.
const
ElementNodeshort (1). The node is an Element.
const
EntityNodeshort (6). The node is an Entity.
const
EntityReferenceNodeshort (5). The node is an EntityReference.
const
NotationNodeshort (12). The node is a Notation.
const
ProcessingInstructionNodeshort (7). The node is a ProcessingInstruction.
const
TextNodeshort (3). The node is a Text node.