The properties 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
| [read-only] static | DocumentPositionContainedBy | short. The node is contained by the reference node. |
| [read-only] static | DocumentPositionContains | short. The node contains the reference node. |
| [read-only] static | DocumentPositionDisconnected | short. The two nodes are disconnected. |
| [read-only] static | DocumentPositionFollowing | short. The node follows the reference node. |
| [read-only] static | DocumentPositionImplementationSpecific | short. The determination of preceding versus following is implementation-specific. |
| [read-only] static | DocumentPositionPreceding | short. The second node precedes the reference node. |