Org.W3c.Dom.Node Members

The members of Org.W3c.Dom.Node are listed below.

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.

Public Properties

[read-only]
static
DocumentPositionContainedByshort. The node is contained by the reference node.
[read-only]
static
DocumentPositionContainsshort. The node contains the reference node.
[read-only]
static
DocumentPositionDisconnectedshort. The two nodes are disconnected.
[read-only]
static
DocumentPositionFollowingshort. The node follows the reference node.
[read-only]
static
DocumentPositionImplementationSpecificshort. The determination of preceding versus following is implementation-specific.
[read-only]
static
DocumentPositionPrecedingshort. The second node precedes the reference node.