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 |
---|---|
protected XmlToPdf.XmlTable |
XmlToPdf.XmlCell.__parent |
Modifier and Type | Method and Description |
---|---|
protected XmlToPdf.XmlTable |
XmlToPdf.XmlCell.getTable()
Determines if this cell contains a table and, if so, returns the table.
|
Constructor and Description |
---|
XmlCell(XmlToPdf.XmlTable parent,
org.w3c.dom.Node node,
int index)
Constructs a new XML table cell node.
|