Xindice API

Uses of Class
org.apache.xindice.xml.NamespaceMap

Packages that use NamespaceMap
org.apache.xindice.core This is the top-level package for all Xindice Core functionality. 
org.apache.xindice.core.indexer Defines the Xindice Indexer interface and implements the IndexManager, and NodeIndexer classes. 
org.apache.xindice.core.query Implements the Xindice QueryEngine and XPathQueryResolver. 
org.apache.xindice.core.xupdate Defines several classes for Xindice XUpdate query processing. 
org.apache.xindice.xml Top level package for Xindice XML support, including DOM, SAX, Compression, and JAXP drivers. 
 

Uses of NamespaceMap in org.apache.xindice.core
 

Methods in org.apache.xindice.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.apache.xindice.core.indexer
 

Constructors in org.apache.xindice.core.indexer with parameters of type NamespaceMap
IndexPattern(SymbolTable symbols, java.lang.String pattern, NamespaceMap nsMap)
           
 

Uses of NamespaceMap in org.apache.xindice.core.query
 

Methods in org.apache.xindice.core.query that return NamespaceMap
 NamespaceMap Query.getNamespaceMap()
          getNamespaceMap returns the Map for prefixed namespace resolution in relation to this Query.
 

Methods in org.apache.xindice.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.
 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.
 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.
 

Uses of NamespaceMap in org.apache.xindice.core.xupdate
 

Methods in org.apache.xindice.core.xupdate with parameters of type NamespaceMap
 void XUpdateImpl.setNamespaceMap(NamespaceMap nsMap)
          Set the namespace map to be used when resolving queries
 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.apache.xindice.xml
 

Methods in org.apache.xindice.xml with parameters of type NamespaceMap
static short SymbolTable.getNormalizedSymbol(SymbolTable symbols, java.lang.String lookup, NamespaceMap nsMap, boolean create)
           
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation