dbXML API

Package com.dbxml.db.core.query

Implements the dbXML QueryEngine and XPathQueryResolver.

See:
          Description

Interface Summary
Query Query represents a compiled (parsed and primed) query.
QueryResolver QueryResolver is an interface that has to be implemented to actually perfrom query resolution.
ResultSet The ResultSet interface is a set interface that allows the developer to iterate over a set of DocumentTables.
 

Class Summary
QueryEngine QueryEngine is the dbXML Query Engine.
 

Exception Summary
CompilationException A CompilationException is thrown by a Query if for some reason, it can't compile the query being processed.
NotSupportedException A NotSupportedException is thrown by a Query if the QueryEngine doesn't support a specified operation.
ProcessingException A ProcessingException is thrown by a Query if for some reason, it fails to actually process the query request.
QueryException A QueryException is thrown by a Query if an exception occurs in the processing of the Query.
StyleNotFoundException A StyleNotFoundException is thrown by a Query if the QueryEngine can't resolve a specified style name.
 

Package com.dbxml.db.core.query Description

Implements the dbXML QueryEngine and XPathQueryResolver. Also defines several interfaces for extending the QueryEngine beyond XPath queries.


dbXML API

Copyright (c) 2004 The dbXML Group