|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines a Dao for querying a collection in a XML database with a xpath query
| Method Summary | |
java.util.Map |
queryResourceWithXPathCollectionAsDOM(java.lang.String resourceId,
java.lang.String xPathQuery,
java.lang.String collectionPath)
Query a particular with xpath and return a map of results with keys of the resource IDs and values of w3c DOM documents of the results (not necessarily the resource documents, but the result of the query) |
java.util.Map |
queryResourceWithXPathCollectionAsString(java.lang.String resourceId,
java.lang.String xPathQuery,
java.lang.String collectionPath)
Query a particular with xpath and return a map of results with keys of the resource IDs and values of String xml of the results (not necessarily the resource documents, but the result of the query) |
java.util.Map |
queryWithXPathCollectionAsDOM(java.lang.String xPathQuery,
java.lang.String collectionPath)
Query a collection with xpath and return a map of results with keys of the resource IDs and values of w3c DOM documents of the results (not necessarily the resource documents, but the result of the query) |
java.util.Map |
queryWithXPathCollectionAsString(java.lang.String xPathQuery,
java.lang.String collectionPath)
Query a collection with xpath and return a map of results with keys of the resource IDs and values of Strings of the results (not necessarily the resource documents, but the result of the query) |
| Method Detail |
public java.util.Map queryWithXPathCollectionAsDOM(java.lang.String xPathQuery,
java.lang.String collectionPath)
throws XMLDBDataAccessException
xPathQuery - the xpath query to usecollectionPath - the collection path to query (note some XML databases will also
query child collections by default)
XMLDBDataAccessException - if anything goes wrong with he query
public java.util.Map queryWithXPathCollectionAsString(java.lang.String xPathQuery,
java.lang.String collectionPath)
throws XMLDBDataAccessException
xPathQuery - the xpath query to usecollectionPath - the collection path to query (note some XML databases will also
query child collections by default)
XMLDBDataAccessException - if anything goes wrong with he query
public java.util.Map queryResourceWithXPathCollectionAsDOM(java.lang.String resourceId,
java.lang.String xPathQuery,
java.lang.String collectionPath)
throws XMLDBDataAccessException
resourceId - the resource to queryxPathQuery - the xpath query to usecollectionPath - the collection path to find the resource
XMLDBDataAccessException - if anything goes wrong with he query
public java.util.Map queryResourceWithXPathCollectionAsString(java.lang.String resourceId,
java.lang.String xPathQuery,
java.lang.String collectionPath)
throws XMLDBDataAccessException
resourceId - the resource to queryxPathQuery - the xpath query to usecollectionPath - the collection path to find the resource
XMLDBDataAccessException - if anything goes wrong with he query
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||