|
||||||||||
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
The class to work with query and view methods
Constructor Summary | |
CommonMethods()
|
Method Summary | |
BaseElement |
getStaticElement(org.w3c.dom.Node tmp)
getStaticElement gets static element |
BaseElement |
getStaticElements(org.w3c.dom.Node toParse)
getStaticElements get static elements structure |
java.util.ArrayList |
getTables(org.w3c.dom.Document doc)
getTables gets all tableext from document |
BaseTakenUp |
makeBaseTakenUpObject(BaseTakenUp container,
org.w3c.dom.Node what)
makeBaseTakenUpObject makes object from xml structure |
BaseTakenUp |
makeBaseTakenUpObjects(BaseTakenUp container,
org.w3c.dom.Node what)
makeBaseTakenUpObjects makes object tree from xml structure |
org.w3c.dom.Element |
makeBaseTakenUpXML(org.w3c.dom.Document doc,
org.w3c.dom.Element elem,
BaseTakenUp element)
makeBaseTakenUpXML makes element from container |
org.w3c.dom.Document |
updateTable(org.w3c.dom.Document doc,
BaseTakenUp table)
updateTable updates table in xml database |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommonMethods()
Method Detail |
public org.w3c.dom.Document updateTable(org.w3c.dom.Document doc, BaseTakenUp table)
doc
- Document the document elementtable
- BaseTakenUp the table object
public java.util.ArrayList getTables(org.w3c.dom.Document doc)
doc
- Document the document element
public org.w3c.dom.Element makeBaseTakenUpXML(org.w3c.dom.Document doc, org.w3c.dom.Element elem, BaseTakenUp element)
doc
- Document the document elementelem
- Element the element to makeelement
- BaseTakenUp the data container
public BaseTakenUp makeBaseTakenUpObject(BaseTakenUp container, org.w3c.dom.Node what)
container
- BaseTakenUp the container to put datawhat
- Node the node to parse
public BaseTakenUp makeBaseTakenUpObjects(BaseTakenUp container, org.w3c.dom.Node what)
container
- BaseTakenUp the container to put datawhat
- Node the node to be parsed
public BaseElement getStaticElement(org.w3c.dom.Node tmp)
tmp
- Node the node to parse
public BaseElement getStaticElements(org.w3c.dom.Node toParse)
toParse
- Node the node to be parsed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |