| 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 | Interface and Description |
|---|---|
interface |
ElementList
Manages a pattern based DOM Element list.
|
interface |
ElementListFree
Represents an integer indexed DOM Element list, child elements can have different
tag names (the meaning of "free").
|
interface |
ElementTable
Manages a pattern based DOM Element table.
|
interface |
ElementTableBase
This utility interface represents and manages an integer indexed DOM Element table, a row list
of consecutive elements with a single parent element, every row element contains again an element list (cells).
|
interface |
ElementTableFree
Represents an integer indexed DOM Element table, row elements and cell elements can have different
tag names (the meaning of "free").
|
| Modifier and Type | Method and Description |
|---|---|
ElementListBase |
ListElementInfo.getParentList()
Returns the parent list this object belongs to.
|
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.