dbXML API

Uses of Class
com.dbxml.xml.NamespaceMap

Packages that use NamespaceMap
com.dbxml.db.common.fulltext Defines the dbXML Full Text Indexer and a basic QueryResolver for Full Text retrieval. 
com.dbxml.db.common.query This package implements the common base functionality for Query Resolver implementations. 
com.dbxml.db.common.xpath This package implements the dbXML XPath query resolver. 
com.dbxml.db.common.xslt This package implements the dbXML XSLT query resolver. 
com.dbxml.db.common.xupdate Defines several classes for dbXML XUpdate query processing. 
com.dbxml.db.core This is the top-level package for all dbXML Core functionality. 
com.dbxml.db.core.adapter Defines the Adapter interface as well as an abstract Adapter implementation that can be built from. 
com.dbxml.db.core.indexer Defines the dbXML Indexer interfaces  
com.dbxml.db.core.query Implements the dbXML QueryEngine and XPathQueryResolver. 
com.dbxml.xml Top level package for dbXML XML support, including DOM, SAX, DTSM, and Text support. 
 

Uses of NamespaceMap in com.dbxml.db.common.fulltext
 

Methods in com.dbxml.db.common.fulltext with parameters of type NamespaceMap
 QueryBase FullTextQueryResolver.createQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 

Constructors in com.dbxml.db.common.fulltext with parameters of type NamespaceMap
FullTextQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 

Uses of NamespaceMap in com.dbxml.db.common.query
 

Methods in com.dbxml.db.common.query that return NamespaceMap
 NamespaceMap QueryBase.getNamespaceMap()
           
 

Methods in com.dbxml.db.common.query with parameters of type NamespaceMap
 Query QueryResolverBase.compileQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 ResultSet QueryResolverBase.query(Transaction tx, Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
abstract  QueryBase QueryResolverBase.createQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 

Constructors in com.dbxml.db.common.query with parameters of type NamespaceMap
QueryBase(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 

Uses of NamespaceMap in com.dbxml.db.common.xpath
 

Methods in com.dbxml.db.common.xpath with parameters of type NamespaceMap
 QueryBase XPathQueryResolver.createQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 

Uses of NamespaceMap in com.dbxml.db.common.xslt
 

Methods in com.dbxml.db.common.xslt with parameters of type NamespaceMap
 QueryBase XSLTQueryResolver.createQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 

Uses of NamespaceMap in com.dbxml.db.common.xupdate
 

Methods in com.dbxml.db.common.xupdate with parameters of type NamespaceMap
 QueryBase XUpdateQueryResolver.createQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 

Uses of NamespaceMap in com.dbxml.db.core
 

Methods in com.dbxml.db.core with parameters of type NamespaceMap
 ResultSet Collection.queryCollection(Transaction tx, 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.
 ResultSet Collection.queryDocument(Transaction tx, 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 com.dbxml.db.core.adapter
 

Methods in com.dbxml.db.core.adapter with parameters of type NamespaceMap
 ResultSet SimpleAdapter.queryCollection(Transaction tx, java.lang.String style, java.lang.String query, NamespaceMap nsMap)
           
 ResultSet SimpleAdapter.queryDocument(Transaction tx, java.lang.String style, java.lang.String query, NamespaceMap nsMap, java.lang.Object key)
           
 ResultSet Adapter.queryCollection(Transaction tx, 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.
 ResultSet Adapter.queryDocument(Transaction tx, 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 com.dbxml.db.core.indexer
 

Constructors in com.dbxml.db.core.indexer with parameters of type NamespaceMap
IndexPattern(SymbolTable symbols, java.lang.String pattern, NamespaceMap nsMap, boolean create)
           
IndexPattern(SymbolTable symbols, java.lang.String pattern, NamespaceMap nsMap)
           
 

Uses of NamespaceMap in com.dbxml.db.core.query
 

Methods in com.dbxml.db.core.query that return NamespaceMap
 NamespaceMap Query.getNamespaceMap()
          getNamespaceMap returns the Map for prefixed namespace resolution in relation to this Query.
 

Methods in com.dbxml.db.core.query with parameters of type NamespaceMap
 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.
 ResultSet QueryResolver.query(Transaction tx, Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
          query compiles a Query against the specified Collection context and returns the query results.
 ResultSet QueryEngine.query(Transaction tx, 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.
 

Uses of NamespaceMap in com.dbxml.xml
 

Methods in com.dbxml.xml with parameters of type NamespaceMap
static int SymbolTable.getNormalizedSymbol(SymbolTable symbols, java.lang.String lookup, NamespaceMap nsMap, boolean create)
           
 


dbXML API

Copyright (c) 2004 The dbXML Group