uk.ac.soton.itinnovation.registry.component.xml.util
Class DatabaseInternalXQueryGenerationFactory

java.lang.Object
  extended by uk.ac.soton.itinnovation.registry.component.xml.util.DatabaseInternalXQueryGenerationFactory

public final class DatabaseInternalXQueryGenerationFactory
extends Object


Method Summary
static DatabaseInternalXQueryGenerationFactory getInstance(int version)
          Creates or get a new DatabaseInternalXQueryGenerationFactory.
 InternalUsedQueryGenerator getInternalUsedQueryGenerator()
          Get an XQuery implementation used internal, based on the version used by the current instance.
 XQueryGenerator getXQueryGenerator()
          Get an XQuery generator used internal, based on the version used by the current instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final DatabaseInternalXQueryGenerationFactory getInstance(int version)
Creates or get a new DatabaseInternalXQueryGenerationFactory. Version specifies the currently used internal implementation. Version starts with 1.

Parameters:
version -

getInternalUsedQueryGenerator

public final InternalUsedQueryGenerator getInternalUsedQueryGenerator()
Get an XQuery implementation used internal, based on the version used by the current instance.


getXQueryGenerator

public final XQueryGenerator getXQueryGenerator()
Get an XQuery generator used internal, based on the version used by the current instance.



Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.