protected class HtmlToExcel.XmlBody
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private org.w3c.dom.Node |
__node
The XML document's body node.
|
private static long |
serialVersionUID
The class' serialization version id.
|
Modifier | Constructor and Description |
---|---|
protected |
XmlBody(org.w3c.dom.Node node)
Constructs a new XML body node.
|
Modifier and Type | Method and Description |
---|---|
protected void |
recurseXml(org.w3c.dom.NodeList children)
Recurses the body's XML child nodes and creates the body's Excel
spreadsheet content.
|
protected void |
toExcel()
Performs translation of the XML body to an Excel spreadsheet sheet.
|
private static final long serialVersionUID
private org.w3c.dom.Node __node
protected XmlBody(org.w3c.dom.Node node)
node
- (Node) A body node from the XML document object.protected void recurseXml(org.w3c.dom.NodeList children) throws java.lang.Exception
children
- (NodeList) The body'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.