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
const | AttributeNode | short (2). The node is an Attr. |
const | CdataSectionNode | short (4). The node is a CDATASection. |
const | CommentNode | short (8). The node is a Comment. |
const | DocumentFragmentNode | short (11). The node is a DocumentFragment. |
const | DocumentNode | short (9). The node is a Document. |
const | DocumentTypeNode | short (10). The node is a DocumentType. |
const | ElementNode | short (1). The node is an Element. |
const | EntityNode | short (6). The node is an Entity. |
const | EntityReferenceNode | short (5). The node is an EntityReference. |
const | NotationNode | short (12). The node is a Notation. |
const | ProcessingInstructionNode | short (7). The node is a ProcessingInstruction. |
const | TextNode | short (3). The node is a Text node. |