protected class HtmlToExcel.XmlTable
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private org.w3c.dom.Node |
__node
An XML document table node.
|
private static long |
serialVersionUID
The class' serialization version id.
|
Modifier | Constructor and Description |
---|---|
protected |
XmlTable(org.w3c.dom.Node node)
Constructs a new XML table node.
|
Modifier and Type | Method and Description |
---|---|
protected void |
recurseXml(org.w3c.dom.NodeList children)
Recurses the table's XML child nodes and creates the table's Excel
cells.
|
protected void |
toExcel()
Performs translation of the XML table to an Excel spreadsheet table.
|
private static final long serialVersionUID
private org.w3c.dom.Node __node
protected XmlTable(org.w3c.dom.Node node)
node
- (Node) A table node from the XML document object.protected void recurseXml(org.w3c.dom.NodeList children) throws java.lang.Exception
children
- (NodeList) The table's child nodes.java.lang.Exception
- - if an error occurs during processing.protected void toExcel() throws java.lang.Exception
java.lang.Exception
- - if an error occurs during processing.