| Class | Description |
|---|---|
| AbstractNode |
Abstract class that is an interface for all type of nodes
|
| ListNode |
node for list elements (lists as ol, ul in html) instead of using child nodes it uses nodesList
|
| SimpleNode |
Non abstract class that extedns AbstractNode,
without any other features |
| TableNode |
Table node that holds a 2-dimensional array of table cells.
(First row has number 1, first column has number 1. |
Copyright © 2018 SAP SE. All Rights Reserved.