INonDocumentTypeChildNode Interface

INonDocumentTypeChildNode interface

Defines IChildNode that are not DOCUMENT_TYPE_NODE.

public interface INonDocumentTypeChildNode

Properties

NameDescription
NextElementSibling { get; }Returns the first following sibling that is an element, and null otherwise.
PreviousElementSibling { get; }Returns the first preceding sibling that is an element, and null otherwise.

See Also