|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--dbxml.xqlint.JDBCXQLProcessor
A XQL shell for demonstrating integration of JDBCDOMParser
with XQL processor.
It uses the XQL parser from GMD-IPSI.
| Constructor Summary | |
JDBCXQLProcessor()
|
|
| Method Summary | |
static void |
main(java.lang.String[] argv)
The main method that creates a DOM document for information in its argument and starts a XQL shell with it. |
static void |
processQueries(org.w3c.dom.Document document)
Create a XQL shell for given DOM document object. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public JDBCXQLProcessor()
| Method Detail |
public static void processQueries(org.w3c.dom.Document document)
document - a DOM document objectpublic static void main(java.lang.String[] argv)
argv - argument to the program. The valid argument is name
of property file describing the JDBC input source.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||