|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeSet | |
org.dbxml.core | This is the top-level package for all dbXML Core functionality. |
org.dbxml.core.data | Defines and Implements several basic data types and container interfaces, including Key, Value, DocumentSet and NodeSet. |
org.dbxml.core.query | Implements the dbXML QueryEngine and XPathQueryResolver. |
org.dbxml.core.xupdate | Defines several classes for dbXML XUpdate query processing. |
Uses of NodeSet in org.dbxml.core |
Methods in org.dbxml.core that return NodeSet | |
NodeSet |
Collection.queryCollection(java.lang.String style,
java.lang.String query,
NamespaceMap nsMap)
queryCollection performs a query against the current collection using the specified style and query String. |
NodeSet |
Collection.queryDocument(java.lang.String style,
java.lang.String query,
NamespaceMap nsMap,
java.lang.Object key)
queryDocument performs a query against a single Document using the specified style, query string, and Document ID. |
Uses of NodeSet in org.dbxml.core.data |
Classes in org.dbxml.core.data that implement NodeSet | |
class |
EmptyNodeSet
EmptyNodeSet implements an empty NodeSet. |
Uses of NodeSet in org.dbxml.core.query |
Classes in org.dbxml.core.query that implement NodeSet | |
class |
NodeListSet
NodeListSet is a simple NodeList wrapper |
Methods in org.dbxml.core.query that return NodeSet | |
NodeSet |
XPathQueryResolver.query(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
|
NodeSet |
Query.execute()
execute actually Executes the query and returns the resulting NodeSet. |
NodeSet |
QueryEngine.query(Collection col,
java.lang.String style,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
query performs the specified query and returns a NodeSet with any possible results from that query. |
NodeSet |
QueryResolver.query(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
query compiles a Query against the specified Collection context and returns the query results. |
Uses of NodeSet in org.dbxml.core.xupdate |
Methods in org.dbxml.core.xupdate that return NodeSet | |
NodeSet |
XUpdateQueryResolver.query(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
|
|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |