|
dbXML API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamespaceMap | |
| org.dbxml.core | This is the top-level package for all dbXML Core functionality. |
| org.dbxml.core.indexer | Defines the dbXML Indexer interface and implements the IndexManager, and NodeIndexer classes. |
| org.dbxml.core.query | Implements the dbXML QueryEngine and XPathQueryResolver. |
| org.dbxml.core.xupdate | Defines several classes for dbXML XUpdate query processing. |
| org.dbxml.xml | Top level package for dbXML XML support, including DOM, SAX, Compression, and JAXP drivers. |
| Uses of NamespaceMap in org.dbxml.core |
| Methods in org.dbxml.core with parameters of type NamespaceMap | |
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 NamespaceMap in org.dbxml.core.indexer |
| Constructors in org.dbxml.core.indexer with parameters of type NamespaceMap | |
IndexPattern(SymbolTable symbols,
java.lang.String pattern,
NamespaceMap nsMap)
|
|
| Uses of NamespaceMap in org.dbxml.core.query |
| Methods in org.dbxml.core.query that return NamespaceMap | |
NamespaceMap |
Query.getNamespaceMap()
getNamespaceMap returns the Map for prefixed namespace resolution in relation to this Query. |
| Methods in org.dbxml.core.query with parameters of type NamespaceMap | |
Query |
XPathQueryResolver.compileQuery(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
|
NodeSet |
XPathQueryResolver.query(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
|
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. |
Query |
QueryEngine.compileQuery(Collection col,
java.lang.String style,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
compileQuery compiles a Query against the specified Collection context and returns the compiled Query. |
Query |
QueryResolver.compileQuery(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
compileQuery compiles a Query against the specified Collection context and returns the compiled 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 NamespaceMap in org.dbxml.core.xupdate |
| Methods in org.dbxml.core.xupdate with parameters of type NamespaceMap | |
Query |
XUpdateQueryResolver.compileQuery(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
|
NodeSet |
XUpdateQueryResolver.query(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
|
| Uses of NamespaceMap in org.dbxml.xml |
| Methods in org.dbxml.xml with parameters of type NamespaceMap | |
static short |
SymbolTable.getNormalizedSymbol(SymbolTable symbols,
java.lang.String lookup,
NamespaceMap nsMap,
boolean create)
|
|
dbXML API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||