| 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 |
ElementLabel
This utility interface is used to render a value inside the associated
DOM element using a pattern.
|
interface |
ElementList
Manages a pattern based DOM Element list.
|
interface |
ElementListBase
This utility interface represents and manages an integer indexed DOM Element list, a list
of consecutive elements with a single parent element.
|
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").
|
interface |
ElementTree
Represents a pattern based DOM tree with a removable root.
|
interface |
ElementTreeNode
Represents a pattern based DOM tree node.
|
interface |
ElementTreeNodeList
Represents a pattern based DOM tree node list.
|
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.