JRubik v0.6

es.aeat.eett.plugins.base_xml
Class TableRubikDom

java.lang.Object
  extended byes.aeat.eett.plugins.base_xml.TableRubikDom

public class TableRubikDom
extends java.lang.Object

Author:
f00992

en: Create a DOM document from a TableComponent. It shares a 'TableComponent' instance.

es: Esta clase sirve para crear un Document, partiendo de OlapModel, y para obtener una instancia compartida de 'TableComponent'.


Field Summary
private static TableRubikDom instance
           
private  com.tonbeller.jpivot.table.TableComponent tableComponent
           
 
Constructor Summary
private TableRubikDom()
           
 
Method Summary
 void confiSpan()
           
 void confiSpan(com.tonbeller.jpivot.table.TableComponent table)
           
 org.w3c.dom.Document createDocument()
           
private  com.tonbeller.jpivot.table.TableComponent createTableComponent()
           
static TableRubikDom getInstance()
           
 com.tonbeller.jpivot.table.TableComponent getTableComponent()
           
private  void initialize(com.tonbeller.jpivot.table.TableComponent table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableComponent

private com.tonbeller.jpivot.table.TableComponent tableComponent

instance

private static TableRubikDom instance
Constructor Detail

TableRubikDom

private TableRubikDom()
Method Detail

getInstance

public static TableRubikDom getInstance()

createDocument

public org.w3c.dom.Document createDocument()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getTableComponent

public com.tonbeller.jpivot.table.TableComponent getTableComponent()
                                                            throws java.lang.Exception
Throws:
java.lang.Exception

createTableComponent

private com.tonbeller.jpivot.table.TableComponent createTableComponent()
                                                                throws java.lang.Exception
Throws:
java.lang.Exception

initialize

private void initialize(com.tonbeller.jpivot.table.TableComponent table)
                 throws java.lang.Exception
Throws:
java.lang.Exception

confiSpan

public void confiSpan()

confiSpan

public void confiSpan(com.tonbeller.jpivot.table.TableComponent table)

JRubik v0.6

JRubik v0.6