Data Request Broker
2-3-release

Uses of Class
fr.gael.drb.query.TypeException

Packages that use TypeException
fr.gael.drb.query An implementation of XQuery 1.0 over the DRB API®. 
 

Uses of TypeException in fr.gael.drb.query
 

Methods in fr.gael.drb.query that throw TypeException
 DrbSequence Query.evaluate(DrbItem context_item)
          Launchs a dynamic evaluation of query with respect to an initial context item.
 DrbSequence Query.evaluate(DrbItem context_item, int context_position, int context_size)
          Launchs a dynamic evaluation of query with respect to an initial context item.
 

Constructors in fr.gael.drb.query that throw TypeException
Query(InputStream stream)
          Builds a Query class instance from an input stream.
Query(InputStream stream, Environment environment)
          Builds a Query class instance from an input stream considereing a specific environment.
Query(InputStream stream, fr.gael.drb.query.StaticContext static_context)
          Builds a Query class instance from an input stream considering a specific static context.
Query(String query_string)
          Builds a Query class instance from a simple string.
Query(String query_string, Environment environment)
          Builds a Query class instance from a simple string considereing a specific environment.
Query(String query_string, fr.gael.drb.query.StaticContext static_context)
          Builds a Query class instance from a simple string considereing a specific static context.
 


Data Request Broker - DRB API®
2-3-release

Copyright© 2001-2009 GAEL Consultant. All rights reserved. Use is subject to license terms .