INonDocumentTypeChildNode class

INonDocumentTypeChildNode class

Defines IChildNode that are not Node.DOCUMENT_TYPE_NODE.

The INonDocumentTypeChildNode type exposes the following members:

Properties

PropertyDescription
previous_element_siblingReturns the first preceding sibling that is an element, and null otherwise.
next_element_siblingReturns the first following sibling that is an element, and null otherwise.

See Also