uk.ac.soton.itinnovation.registry.component.xml.discovery
Class XQueryGeneratorImplV1

java.lang.Object
  extended by uk.ac.soton.itinnovation.registry.component.xml.discovery.XQueryGeneratorImplV1
All Implemented Interfaces:
XQueryGenerator

public final class XQueryGeneratorImplV1
extends Object
implements XQueryGenerator

This class generates a XQuery expression based on a XmlQuery object (ooXmlQL).

Author:
Uwe Radetzki

Constructor Summary
XQueryGeneratorImplV1()
           
 
Method Summary
 String generateXQuery(XmlQuery query, XmlDbAccess access, RegistryDomainModel model)
          This method generates a XQuery expression based on a specific XmlQuery object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryGeneratorImplV1

public XQueryGeneratorImplV1()
Method Detail

generateXQuery

public final String generateXQuery(XmlQuery query,
                                   XmlDbAccess access,
                                   RegistryDomainModel model)
                            throws GeneratorException,
                                   AccessException
This method generates a XQuery expression based on a specific XmlQuery object.

Specified by:
generateXQuery in interface XQueryGenerator
Parameters:
query -
access -
model -
Throws:
GeneratorException
AccessException


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