|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--by.belsoft.report.tools.reportdb.CommonMethods
|
+--by.belsoft.report.tools.reportdb.ViewMethods
The class to work with view xml
| Constructor Summary | |
ViewMethods()
|
|
| Method Summary | |
java.util.ArrayList |
getPropertyTables(org.w3c.dom.Document doc)
getPropertyTables gets property tables |
BaseTakenUp |
getSavedTable(org.w3c.dom.Document doc,
java.lang.String id)
getSavedTable gets saved table |
java.util.ArrayList |
getStructureTables(org.w3c.dom.Document doc)
getStructureTables gets structure tables |
BaseTakenUp |
makeBaseTakenUpTables(BaseTakenUp to,
org.w3c.dom.Node what)
makeBaseTakenUpTables makes container tables from node |
BaseTakenUp |
makePropertyObject(BaseTakenUp container,
org.w3c.dom.Node what)
makePropertyObject makes property object |
BaseTakenUp |
makePropertyTables(BaseTakenUp to,
org.w3c.dom.Node what)
makePropertyTables makes property tables |
void |
removeRowUnusedNodes(org.w3c.dom.Document doc)
removeRowUnusedNodes removes unnecessary rows |
org.w3c.dom.Document |
updateGeneralViewContainer(org.w3c.dom.Document doc,
BaseTakenUp container)
updateGeneralViewContainer updates all view.xml file |
| Methods inherited from class by.belsoft.report.tools.reportdb.CommonMethods |
getStaticElement, getStaticElements, getTables, makeBaseTakenUpObject, makeBaseTakenUpObjects, makeBaseTakenUpXML, updateTable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ViewMethods()
| Method Detail |
public org.w3c.dom.Document updateGeneralViewContainer(org.w3c.dom.Document doc,
BaseTakenUp container)
doc - Document the document elementcontainer - BaseTakenUp the view container
public BaseTakenUp getSavedTable(org.w3c.dom.Document doc,
java.lang.String id)
doc - Document the document elementid - String the table id
public void removeRowUnusedNodes(org.w3c.dom.Document doc)
doc - Document the document elementpublic java.util.ArrayList getStructureTables(org.w3c.dom.Document doc)
doc - Document the document element
public BaseTakenUp makeBaseTakenUpTables(BaseTakenUp to,
org.w3c.dom.Node what)
to - BaseTakenUp where to put datawhat - Node the node to parse
public java.util.ArrayList getPropertyTables(org.w3c.dom.Document doc)
doc - Document the document element
public BaseTakenUp makePropertyTables(BaseTakenUp to,
org.w3c.dom.Node what)
to - BaseTakenUp where to put datawhat - Node to be parsed
public BaseTakenUp makePropertyObject(BaseTakenUp container,
org.w3c.dom.Node what)
container - BaseTakenUp the container to put datawhat - Node the node to parse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||