| Package | Description |
|---|---|
| org.itsnat.core.domutil |
Contains utilities to manipulate DOM elements using the pattern approach (lists, tables and trees)
and other utility classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
ListElementInfo |
ElementListBase.getListElementInfoAt(int index)
Returns an object info of the child element at the specified position.
|
ListElementInfo |
ElementListBase.getListElementInfoFromNode(Node node)
Returns an object info of the child element containing the specified node (or the node
is itself an element of the list).
|
ListElementInfo |
ElementTableBase.getRowListElementInfoAt(int index)
Returns an object info of the row element at the specified position.
|
ListElementInfo |
ElementTableBase.getRowListElementInfoFromNode(Node node)
Returns an object info of the row element containing the specified node (or the node
is itself a row element).
|
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.