INonDocumentTypeChildNode class
INonDocumentTypeChildNode class
Defines IChildNode
that are not Node.DOCUMENT_TYPE_NODE
.
The INonDocumentTypeChildNode type exposes the following members:
Properties
Property | Description |
---|---|
previous_element_sibling | Returns the first preceding sibling that is an element, and null otherwise. |
next_element_sibling | Returns the first following sibling that is an element, and null otherwise. |
See Also
- module
aspose.html.dom
- class
IChildNode