dbXML API

com.dbxml.db.common.xslt
Class XSLTQueryResolver

java.lang.Object
  extended bycom.dbxml.util.SimpleConfigurable
      extended bycom.dbxml.db.common.query.QueryResolverBase
          extended bycom.dbxml.db.common.xslt.XSLTQueryResolver
All Implemented Interfaces:
Configurable, QueryResolver

public final class XSLTQueryResolver
extends QueryResolverBase

XSLTQueryResolver


Field Summary
static java.lang.String STYLE_XSLT
           
 
Constructor Summary
XSLTQueryResolver()
           
 
Method Summary
 QueryBase createQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 java.lang.String getQueryStyle()
          getQueryStyle returns the Query style supported by this Resolver.
 
Methods inherited from class com.dbxml.db.common.query.QueryResolverBase
compileQuery, query, setQueryEngine
 
Methods inherited from class com.dbxml.util.SimpleConfigurable
getConfig, setConfig
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.dbxml.util.Configurable
getConfig, setConfig
 

Field Detail

STYLE_XSLT

public static final java.lang.String STYLE_XSLT
See Also:
Constant Field Values
Constructor Detail

XSLTQueryResolver

public XSLTQueryResolver()
Method Detail

getQueryStyle

public java.lang.String getQueryStyle()
Description copied from interface: QueryResolver
getQueryStyle returns the Query style supported by this Resolver.

Returns:
The query style

createQuery

public QueryBase createQuery(Collection context,
                             java.lang.String query,
                             NamespaceMap nsMap,
                             Key[] keys)
                      throws QueryException
Specified by:
createQuery in class QueryResolverBase
Throws:
QueryException

dbXML API

Copyright (c) 2004 The dbXML Group