Firefish 0.5.10

gov.lbl.dsd.firefish
Class XQueryTool

java.lang.Object
  extended bygov.lbl.dsd.firefish.XQueryTool

public class XQueryTool
extends Object

Convenience tools for evaluating an XQuery.

Version:
$Revision: 1.6 $, $Date: 2004/03/25 20:06:00 $

Constructor Summary
XQueryTool()
           
 
Method Summary
static URIResolver newSubstitutionURIResolver(URIResolver child)
           
static ItemSet xquery(String query, Document doc, Map params, Configuration config, StaticQueryContext staticEnv, DynamicQueryContext dynamicEnv, boolean onlyCheckSyntax)
          Runs an XQuery against the given document.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryTool

public XQueryTool()
Method Detail

xquery

public static ItemSet xquery(String query,
                             Document doc,
                             Map params,
                             Configuration config,
                             StaticQueryContext staticEnv,
                             DynamicQueryContext dynamicEnv,
                             boolean onlyCheckSyntax)
                      throws TransformerException
Runs an XQuery against the given document.

Throws:
TransformerException

newSubstitutionURIResolver

public static URIResolver newSubstitutionURIResolver(URIResolver child)

Firefish 0.5.10

Jump to the Firefish Homepage