|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.sourceforge.xcool.Engine
Class used to execute XQL queries.
| Constructor Summary | |
Engine()
|
|
| Method Summary | |
static ResultNode |
executeQuery(java.io.InputStream inputStream,
java.lang.String query)
Executes a query. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Engine()
| Method Detail |
public static ResultNode executeQuery(java.io.InputStream inputStream,
java.lang.String query)
throws java.lang.Exception
inputStream - the input stream where the xml data is read from.query - the XQL query.
public static void main(java.lang.String[] args)
throws java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||