INonDocumentTypeChildNode Interface
INonDocumentTypeChildNode interface
Defines IChildNode
that are not DOCUMENT_TYPE_NODE
.
public interface INonDocumentTypeChildNode
Properties
Name | Description |
---|---|
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
- namespace Aspose.Html.Dom
- assembly Aspose.HTML