| Package | Description |
|---|---|
| com.dpslink.base.util |
Product-neutral classes that provide basic functionality for various types of processing; such as for HTML, XML, Excel, logging, string and template processing.
|
| Modifier and Type | Field and Description |
|---|---|
private HtmlToExcel.XmlTable |
HtmlToExcel.XmlCell.__parent
The cell's parent XML table object.
|
| Constructor and Description |
|---|
XmlCell(HtmlToExcel.XmlTable parent,
org.w3c.dom.Node node,
int index)
Constructs a new XML table cell node.
|